Newman Run Dashboard

Tuesday, 20 January 2026 07:47:44
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 48.8s
Total data received: 4.2MB
Average response time: 289ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 500 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 500ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token abe81bf6-0eb6-4d51-b4d9-30e04df4b123
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-AnaA6EZRi9h5+KhSNO0ZbQ0fGzA"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 500 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 244ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ee29d71-0423-4da9-92ca-73de756c0aa8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 242ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 71c7501f-dae7-425e-8656-8ac13c4745d5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 379ef296-0774-4785-a06e-690d26352124
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d3c45b25-d0be-4461-bd38-5a3a714af504
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 240ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d11d1c3-ad70-40f9-b5e1-cfdb345bf569
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e00aa1c-2a73-4bf2-90da-fb5d8134b5cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-J9aSIk5xKt2nTuugZTNbatzf7gc"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":529},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 240ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1e41922-9486-4223-aa65-8dacd0041579
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6247017a-d480-41bd-bbff-d77cfc4e1f8f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-J9aSIk5xKt2nTuugZTNbatzf7gc"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":529},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9a6b0e66-b775-4374-9094-a5ea22efb42f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:46:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 239ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d78a5a5d-d69c-46c7-9912-d15da7c834b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 36c2b7b0-2b85-4f2a-8551-08cc7e81a9e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:46:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
randomnumber 177
randomFirstName Kiera
randomLastName Haag
randomEmail Marilyne26@hotmail.com
randomPhone 272-675-3582
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 40dad168-d824-4a57-ae77-0a8ac78169fe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Maximo",
                "last_name": "Hane",
                "mobile_number": "635-681-6413",
                "mobile_number_alt": "",
                "email_id": "Yvette35@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"24493286846792",
                "imei1": "24493286846792",
                "imei2": "24493286846792",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-a+YqvoREwZafnjRED4gsCjl/ebA"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":161101,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":161118,"tr_customer_product_id":161108,"job_number":"JOB_161101"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 240ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
randomnumber 538
randomFirstName Angelina
randomLastName Dare
randomEmail Jillian12@gmail.com
randomPhone 791-497-8466
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 28f74f6f-c27c-4981-a9d3-ecc220daaf4b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1057
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Darius",
                "last_name": "Nicolas",
                "mobile_number": "297-725-1603",
                "mobile_number_alt": "",
                "email_id": "Quinton.Schoen@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"55362016434365",
                "imei1": "55362016434365",
                "imei2": "55362016434365",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 241ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 476
randomFirstName Zane
randomLastName Pacocha
randomEmail Twila31@yahoo.com
randomPhone 611-861-6854
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e020a9dd-e3d9-4380-8b6c-0bdde85d2b45
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1047
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Flossie",
                "last_name": "Toy",
                "mobile_number": "912-367-2429",
                "mobile_number_alt": "",
                "email_id": "Ulices1@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"14414076128101",
                "imei1": "14414076128101",
                "imei2": "14414076128101",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 240ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
randomnumber 235
randomFirstName Yasmeen
randomLastName Wisoky
randomEmail Ramiro.Mueller@yahoo.com
randomPhone 805-935-0937
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 28b7fd27-3930-4b40-ae7b-b1f0cb8f987c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 241ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
randomnumber 991
randomFirstName Oleta
randomLastName Jenkins
randomEmail Agustin_Hand35@yahoo.com
randomPhone 307-515-9033
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1de6c10-6943-49b0-87ba-bd0f3189ba2a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1035
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Name",
                "last_name": "Bosco",
                "mobile_number": "853-760-8026",
                "mobile_number_alt": "",
                "email_id": "Kenya_Adams78@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000407",
                "imei1": "100000407",
                "imei2": "100000407",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:46:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 242ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
randomnumber 546
randomFirstName Gudrun
randomLastName Hagenes
randomEmail Zoie_Runolfsson99@gmail.com
randomPhone 970-401-2143
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee79a249-da61-4983-b016-0008b9004a6b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f2258d3a-c667-47f8-a48a-99e9a41eb41d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-nvNyjaBliAbZ1uCXMbTxKlpFOOo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":530},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 640ms
Mean size per request: 514.35KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e0f8c6ea-2714-4801-be40-b9464830ea4d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"80962-o60SvaU5KaFdGB8iFFA6A/ovHfE"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:46:58.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-20T07:46:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161075,"job_number":"JOB_161075","tr_customer_id":161092,"tr_customer_product_id":161082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:12.000Z","modified_at":"2026-01-20T07:06:52.000Z","name":"Durward Rodriguez","mobile_number":"477-669-0599","email_id":"Jakob.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18465852724682","imei1":"18465852724682","imei2":"18465852724682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161073,"job_number":"JOB_161073","tr_customer_id":161090,"tr_customer_product_id":161080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:24.000Z","modified_at":"2026-01-20T07:06:04.000Z","name":"Sylvan Jerde","mobile_number":"714-207-6248","email_id":"Nadia_Feeney98@yahoo.com","dop":"2025-04-06","serial_number":"13334146092861","imei1":"13334146092861","imei2":"13334146092861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161071,"job_number":"JOB_161071","tr_customer_id":161088,"tr_customer_product_id":161078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:36.000Z","modified_at":"2026-01-20T07:05:17.000Z","name":"Nick Krajcik","mobile_number":"502-841-0852","email_id":"Marianne_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"16671586047956","imei1":"16671586047956","imei2":"16671586047956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161069,"job_number":"JOB_161069","tr_customer_id":161086,"tr_customer_product_id":161076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:05.000Z","modified_at":"2026-01-20T07:04:44.000Z","name":"Malcolm Spinka","mobile_number":"568-232-2476","email_id":"Fausto_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"18596294703540","imei1":"18596294703540","imei2":"18596294703540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161065,"job_number":"JOB_161065","tr_customer_id":161082,"tr_customer_product_id":161072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:27.000Z","modified_at":"2026-01-20T06:52:10.000Z","name":"Lucile Greenfelder","mobile_number":"252-551-6225","email_id":"Brisa.Lind15@hotmail.com","dop":"2025-04-06","serial_number":"15826904670288","imei1":"15826904670288","imei2":"15826904670288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161062,"job_number":"JOB_161062","tr_customer_id":161079,"tr_customer_product_id":161069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:51:18.000Z","name":"Kendrick Mitchell","mobile_number":"836-399-2145","email_id":"Ellsworth38@gmail.com","dop":"2025-04-06","serial_number":"14974711835673","imei1":"14974711835673","imei2":"14974711835673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161058,"job_number":"JOB_161058","tr_customer_id":161075,"tr_customer_product_id":161065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:50.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Flossie Russel","mobile_number":"788-564-9689","email_id":"Eden62@gmail.com","dop":"2025-04-06","serial_number":"18987473383927","imei1":"18987473383927","imei2":"18987473383927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161056,"job_number":"JOB_161056","tr_customer_id":161073,"tr_customer_product_id":161063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:50:27.000Z","name":"Amira Mills","mobile_number":"287-628-4398","email_id":"Paxton_Gulgowski17@hotmail.com","dop":"2025-04-06","serial_number":"14332171312563","imei1":"14332171312563","imei2":"14332171312563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161053,"job_number":"JOB_161053","tr_customer_id":161070,"tr_customer_product_id":161060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:23.000Z","modified_at":"2026-01-20T06:46:07.000Z","name":"Mara Jacobson","mobile_number":"565-420-3305","email_id":"Raquel92@hotmail.com","dop":"2025-04-06","serial_number":"16913593555369","imei1":"16913593555369","imei2":"16913593555369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161051,"job_number":"JOB_161051","tr_customer_id":161068,"tr_customer_product_id":161058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:51.000Z","name":"Gus Jacobs","mobile_number":"480-225-2957","email_id":"Amya58@yahoo.com","dop":"2025-04-06","serial_number":"10344026741304","imei1":"10344026741304","imei2":"10344026741304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161048,"job_number":"JOB_161048","tr_customer_id":161065,"tr_customer_product_id":161055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:27.000Z","modified_at":"2026-01-20T06:45:05.000Z","name":"Jarrell O'Reilly","mobile_number":"257-211-0848","email_id":"Jerel75@gmail.com","dop":"2025-04-06","serial_number":"12485721464309","imei1":"12485721464309","imei2":"12485721464309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161046,"job_number":"JOB_161046","tr_customer_id":161063,"tr_customer_product_id":161053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Lavon Kessler","mobile_number":"361-482-2191","email_id":"Viola.Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"10513131621022","imei1":"10513131621022","imei2":"10513131621022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161043,"job_number":"JOB_161043","tr_customer_id":161060,"tr_customer_product_id":161050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Granville Gislason","mobile_number":"383-631-7724","email_id":"Laurine5@yahoo.com","dop":"2025-04-06","serial_number":"10317495453205","imei1":"10317495453205","imei2":"10317495453205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161040,"job_number":"JOB_161040","tr_customer_id":161057,"tr_customer_product_id":161047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:37.000Z","modified_at":"2026-01-20T06:44:15.000Z","name":"Darryl Hilll","mobile_number":"952-771-5601","email_id":"Jerrell.Bruen12@yahoo.com","dop":"2025-04-06","serial_number":"10382276496605","imei1":"10382276496605","imei2":"10382276496605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161036,"job_number":"JOB_161036","tr_customer_id":161053,"tr_customer_product_id":161043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:29.000Z","modified_at":"2026-01-20T06:44:10.000Z","name":"Damion Corkery","mobile_number":"693-963-1163","email_id":"Rogelio11@gmail.com","dop":"2025-04-06","serial_number":"19002195293440","imei1":"19002195293440","imei2":"19002195293440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161033,"job_number":"JOB_161033","tr_customer_id":161050,"tr_customer_product_id":161040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:43:29.000Z","name":"Newell Trantow","mobile_number":"734-822-7316","email_id":"Carey99@gmail.com","dop":"2025-04-06","serial_number":"15331183534878","imei1":"15331183534878","imei2":"15331183534878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161029,"job_number":"JOB_161029","tr_customer_id":161046,"tr_customer_product_id":161036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:14.000Z","modified_at":"2026-01-20T06:39:52.000Z","name":"Jameson Schumm","mobile_number":"747-310-1122","email_id":"Lupe_King44@hotmail.com","dop":"2025-04-06","serial_number":"12466296560606","imei1":"12466296560606","imei2":"12466296560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161023,"job_number":"JOB_161023","tr_customer_id":161040,"tr_customer_product_id":161030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:39:06.000Z","name":"Vergie Considine","mobile_number":"486-428-4848","email_id":"Eula.Nitzsche62@hotmail.com","dop":"2025-04-06","serial_number":"11824231509787","imei1":"11824231509787","imei2":"11824231509787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161020,"job_number":"JOB_161020","tr_customer_id":161037,"tr_customer_product_id":161027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:56.000Z","name":"Sister Harber","mobile_number":"729-849-7940","email_id":"Laurel.Schuster49@gmail.com","dop":"2025-04-06","serial_number":"10688829553303","imei1":"10688829553303","imei2":"10688829553303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161014,"job_number":"JOB_161014","tr_customer_id":161031,"tr_customer_product_id":161021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:38:21.000Z","name":"Leta Moen","mobile_number":"791-978-1410","email_id":"Charlie.Kihn@hotmail.com","dop":"2025-04-06","serial_number":"13077663256895","imei1":"13077663256895","imei2":"13077663256895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161009,"job_number":"JOB_161009","tr_customer_id":161026,"tr_customer_product_id":161016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:13.000Z","modified_at":"2026-01-20T06:38:00.000Z","name":"Ryley O'Hara","mobile_number":"621-672-4793","email_id":"Gavin.Hamill48@gmail.com","dop":"2025-04-06","serial_number":"19447333116384","imei1":"19447333116384","imei2":"19447333116384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160998,"job_number":"JOB_160998","tr_customer_id":161015,"tr_customer_product_id":161005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:37:04.000Z","name":"Carmel Cruickshank","mobile_number":"325-584-3015","email_id":"Sadye_Steuber87@gmail.com","dop":"2025-04-06","serial_number":"12970918002180","imei1":"12970918002180","imei2":"12970918002180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160993,"job_number":"JOB_160993","tr_customer_id":161010,"tr_customer_product_id":161000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:29.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"Reese Reinger","mobile_number":"624-738-4751","email_id":"Julio94@hotmail.com","dop":"2025-04-06","serial_number":"19185796710184","imei1":"19185796710184","imei2":"19185796710184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160991,"job_number":"JOB_160991","tr_customer_id":161008,"tr_customer_product_id":160998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:42.000Z","modified_at":"2026-01-20T06:33:24.000Z","name":"Sedrick Howell","mobile_number":"638-624-0780","email_id":"Leopoldo_Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"11690173158295","imei1":"11690173158295","imei2":"11690173158295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160988,"job_number":"JOB_160988","tr_customer_id":161005,"tr_customer_product_id":160995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:52.000Z","modified_at":"2026-01-20T06:32:34.000Z","name":"Elvera Daniel","mobile_number":"387-804-6113","email_id":"Cullen_Shanahan86@hotmail.com","dop":"2025-04-06","serial_number":"14277294902585","imei1":"14277294902585","imei2":"14277294902585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160983,"job_number":"JOB_160983","tr_customer_id":161000,"tr_customer_product_id":160990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:43.000Z","name":"Horacio Howe","mobile_number":"776-538-5361","email_id":"Ocie.Will42@hotmail.com","dop":"2025-04-06","serial_number":"18229187004120","imei1":"18229187004120","imei2":"18229187004120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160979,"job_number":"JOB_160979","tr_customer_id":160996,"tr_customer_product_id":160986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:31:07.000Z","name":"Holden Wuckert","mobile_number":"257-995-3094","email_id":"Tristin.Rau1@hotmail.com","dop":"2025-04-06","serial_number":"17444730596904","imei1":"17444730596904","imei2":"17444730596904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160975,"job_number":"JOB_160975","tr_customer_id":160992,"tr_customer_product_id":160982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:30:11.000Z","name":"Julius Cremin","mobile_number":"504-933-4274","email_id":"Elza.Klein@hotmail.com","dop":"2025-04-06","serial_number":"18806580934662","imei1":"18806580934662","imei2":"18806580934662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160972,"job_number":"JOB_160972","tr_customer_id":160989,"tr_customer_product_id":160979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:28.000Z","modified_at":"2026-01-20T06:29:15.000Z","name":"Consuelo D'Amore","mobile_number":"361-436-6251","email_id":"Lavada_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"14712879301723","imei1":"14712879301723","imei2":"14712879301723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160968,"job_number":"JOB_160968","tr_customer_id":160985,"tr_customer_product_id":160975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:59.000Z","name":"Precious Bergstrom","mobile_number":"377-912-7115","email_id":"Penelope_Schmeler88@hotmail.com","dop":"2025-04-06","serial_number":"16350137461194","imei1":"16350137461194","imei2":"16350137461194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160965,"job_number":"JOB_160965","tr_customer_id":160982,"tr_customer_product_id":160972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:27:07.000Z","name":"Kayden O'Keefe","mobile_number":"921-986-0534","email_id":"Adolphus_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14528372872197","imei1":"14528372872197","imei2":"14528372872197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160961,"job_number":"JOB_160961","tr_customer_id":160978,"tr_customer_product_id":160968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:26:15.000Z","name":"Aimee Keeling","mobile_number":"435-863-7570","email_id":"Helmer78@yahoo.com","dop":"2025-04-06","serial_number":"16942125953565","imei1":"16942125953565","imei2":"16942125953565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160958,"job_number":"JOB_160958","tr_customer_id":160975,"tr_customer_product_id":160965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:25:19.000Z","name":"Donavon Rutherford","mobile_number":"297-528-6767","email_id":"Laurel96@gmail.com","dop":"2025-06-18","serial_number":"10060455463642","imei1":"10060455463642","imei2":"10060455463642","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160955,"job_number":"JOB_160955","tr_customer_id":160972,"tr_customer_product_id":160962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:24:31.000Z","name":"Lyla Hilpert","mobile_number":"441-604-5984","email_id":"Murl_OKon51@hotmail.com","dop":"2025-06-18","serial_number":"10195039073993","imei1":"10195039073993","imei2":"10195039073993","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160950,"job_number":"JOB_160950","tr_customer_id":160967,"tr_customer_product_id":160957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:22:15.000Z","name":"Daisy Torp","mobile_number":"624-321-5346","email_id":"Catherine86@hotmail.com","dop":"2025-04-06","serial_number":"13771357377253","imei1":"13771357377253","imei2":"13771357377253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160938,"job_number":"JOB_160938","tr_customer_id":160955,"tr_customer_product_id":160945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:30.000Z","name":"Edgar Schiller","mobile_number":"595-720-0133","email_id":"Shirley.Miller3@hotmail.com","dop":"2025-04-06","serial_number":"13516181343173","imei1":"13516181343173","imei2":"13516181343173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160934,"job_number":"JOB_160934","tr_customer_id":160951,"tr_customer_product_id":160941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:44.000Z","name":"Hal Raynor","mobile_number":"830-629-5868","email_id":"Elmore_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"11763153772664","imei1":"11763153772664","imei2":"11763153772664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160920,"job_number":"JOB_160920","tr_customer_id":160937,"tr_customer_product_id":160927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:27.000Z","modified_at":"2026-01-20T05:59:06.000Z","name":"Penelope Padberg","mobile_number":"331-994-5305","email_id":"Carson73@gmail.com","dop":"2025-04-06","serial_number":"18648853049040","imei1":"18648853049040","imei2":"18648853049040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160917,"job_number":"JOB_160917","tr_customer_id":160934,"tr_customer_product_id":160924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:58:19.000Z","name":"Cara Mills","mobile_number":"551-424-5734","email_id":"Elsa.Bashirian@gmail.com","dop":"2025-04-06","serial_number":"10385527754579","imei1":"10385527754579","imei2":"10385527754579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160914,"job_number":"JOB_160914","tr_customer_id":160931,"tr_customer_product_id":160921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:57:31.000Z","name":"Ruby Swaniawski","mobile_number":"591-742-3748","email_id":"Nicolas21@hotmail.com","dop":"2025-04-06","serial_number":"15125482433876","imei1":"15125482433876","imei2":"15125482433876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160909,"job_number":"JOB_160909","tr_customer_id":160926,"tr_customer_product_id":160916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:44:00.000Z","name":"Lexie O'Reilly","mobile_number":"326-442-5784","email_id":"Cristal.McKenzie39@hotmail.com","dop":"2025-04-13","serial_number":"10938580167605","imei1":"10938580167605","imei2":"10938580167605","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160906,"job_number":"JOB_160906","tr_customer_id":160923,"tr_customer_product_id":160913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:55.000Z","name":"Buford Jacobs","mobile_number":"841-424-9354","email_id":"Ruthie.Terry@yahoo.com","dop":"2025-04-13","serial_number":"10411803993723","imei1":"10411803993723","imei2":"10411803993723","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160903,"job_number":"JOB_160903","tr_customer_id":160920,"tr_customer_product_id":160910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:50.000Z","name":"Brant Dickinson","mobile_number":"915-896-4985","email_id":"Bella.Schmidt@yahoo.com","dop":"2025-04-13","serial_number":"10919908868526","imei1":"10919908868526","imei2":"10919908868526","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160897,"job_number":"JOB_160897","tr_customer_id":160914,"tr_customer_product_id":160904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:22:11.000Z","name":"Jazmin Grimes","mobile_number":"729-284-3158","email_id":"Carli_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"14970965690048","imei1":"14970965690048","imei2":"14970965690048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:22:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160893,"job_number":"JOB_160893","tr_customer_id":160910,"tr_customer_product_id":160900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:21:22.000Z","name":"Yvonne Anderson","mobile_number":"432-290-1991","email_id":"Sydnee.Hansen@gmail.com","dop":"2025-04-06","serial_number":"13875356421511","imei1":"13875356421511","imei2":"13875356421511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160890,"job_number":"JOB_160890","tr_customer_id":160907,"tr_customer_product_id":160897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:53.000Z","modified_at":"2026-01-20T05:20:33.000Z","name":"Nickolas Feest","mobile_number":"289-745-3429","email_id":"Caden_Brekke79@hotmail.com","dop":"2025-04-06","serial_number":"16975907232226","imei1":"16975907232226","imei2":"16975907232226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160888,"job_number":"JOB_160888","tr_customer_id":160905,"tr_customer_product_id":160895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:31.000Z","modified_at":"2026-01-20T05:18:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12890590944132","imei2":"12890590944132","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160875,"job_number":"JOB_160875","tr_customer_id":160892,"tr_customer_product_id":160882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:38.000Z","modified_at":"2026-01-20T05:02:18.000Z","name":"Hermina Hegmann","mobile_number":"234-629-1542","email_id":"Piper76@yahoo.com","dop":"2025-04-06","serial_number":"10480872435763","imei1":"10480872435763","imei2":"10480872435763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160873,"job_number":"JOB_160873","tr_customer_id":160890,"tr_customer_product_id":160880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:19.000Z","modified_at":"2026-01-20T05:01:56.000Z","name":"Edd Boehm","mobile_number":"446-942-2805","email_id":"Keira39@yahoo.com","dop":"2025-04-06","serial_number":"14826931466475","imei1":"14826931466475","imei2":"14826931466475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160863,"job_number":"JOB_160863","tr_customer_id":160880,"tr_customer_product_id":160870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:53.000Z","modified_at":"2026-01-20T04:59:30.000Z","name":"Alford Champlin","mobile_number":"655-837-4377","email_id":"Zakary_Bergnaum@gmail.com","dop":"2025-04-06","serial_number":"17720588465527","imei1":"17720588465527","imei2":"17720588465527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160857,"job_number":"JOB_160857","tr_customer_id":160874,"tr_customer_product_id":160864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:08.000Z","modified_at":"2026-01-20T04:58:46.000Z","name":"Kariane Effertz","mobile_number":"986-439-5531","email_id":"Stella.Friesen48@yahoo.com","dop":"2025-04-06","serial_number":"19234058064546","imei1":"19234058064546","imei2":"19234058064546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160855,"job_number":"JOB_160855","tr_customer_id":160872,"tr_customer_product_id":160862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:24.000Z","modified_at":"2026-01-20T04:58:01.000Z","name":"Grady Swaniawski","mobile_number":"795-392-3370","email_id":"Edyth.Kuhn@gmail.com","dop":"2025-04-06","serial_number":"13049590270596","imei1":"13049590270596","imei2":"13049590270596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160849,"job_number":"JOB_160849","tr_customer_id":160866,"tr_customer_product_id":160856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:26.000Z","modified_at":"2026-01-20T04:57:02.000Z","name":"Roxane Bartell","mobile_number":"797-336-5666","email_id":"Johan_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13344840822453","imei1":"13344840822453","imei2":"13344840822453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160846,"job_number":"JOB_160846","tr_customer_id":160863,"tr_customer_product_id":160853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:58.000Z","name":"Bryana Cremin","mobile_number":"842-430-0484","email_id":"Colton15@yahoo.com","dop":"2025-07-01","serial_number":"106832387946610","imei1":"106832387946610","imei2":"106832387946610","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160844,"job_number":"JOB_160844","tr_customer_id":160861,"tr_customer_product_id":160851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"Wava Corwin","mobile_number":"687-351-2568","email_id":"Mercedes94@hotmail.com","dop":"2025-07-01","serial_number":"102200459205321","imei1":"102200459205321","imei2":"102200459205321","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160830,"job_number":"JOB_160830","tr_customer_id":160847,"tr_customer_product_id":160837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:04.000Z","modified_at":"2026-01-20T04:41:43.000Z","name":"Libbie Towne","mobile_number":"633-850-5997","email_id":"Aaliyah.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"18125799178141","imei1":"18125799178141","imei2":"18125799178141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160826,"job_number":"JOB_160826","tr_customer_id":160843,"tr_customer_product_id":160833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:56.000Z","name":"Laura Muller","mobile_number":"298-335-3467","email_id":"Willy.Cruickshank67@gmail.com","dop":"2025-04-06","serial_number":"11683872509060","imei1":"11683872509060","imei2":"11683872509060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160823,"job_number":"JOB_160823","tr_customer_id":160840,"tr_customer_product_id":160830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:30.000Z","modified_at":"2026-01-20T04:40:09.000Z","name":"Randi Will","mobile_number":"624-542-6784","email_id":"Sam_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"18701073074735","imei1":"18701073074735","imei2":"18701073074735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160818,"job_number":"JOB_160818","tr_customer_id":160835,"tr_customer_product_id":160825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:09:35.000Z","name":"Ayden Boyer","mobile_number":"594-583-4014","email_id":"Dayna.Miller62@hotmail.com","dop":"2025-04-06","serial_number":"13032083626178","imei1":"13032083626178","imei2":"13032083626178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:09:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160815,"job_number":"JOB_160815","tr_customer_id":160832,"tr_customer_product_id":160822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:17.000Z","modified_at":"2026-01-20T04:08:52.000Z","name":"Eliza Schmeler","mobile_number":"823-407-8181","email_id":"Alvera_Pfeffer17@gmail.com","dop":"2025-04-06","serial_number":"13233958587184","imei1":"13233958587184","imei2":"13233958587184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160810,"job_number":"JOB_160810","tr_customer_id":160827,"tr_customer_product_id":160817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:34.000Z","modified_at":"2026-01-20T04:08:09.000Z","name":"Nathaniel Ernser","mobile_number":"861-950-4820","email_id":"Parker5@hotmail.com","dop":"2025-04-06","serial_number":"13457062170679","imei1":"13457062170679","imei2":"13457062170679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160784,"job_number":"JOB_160784","tr_customer_id":160801,"tr_customer_product_id":160791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:58:18.000Z","name":"Nash Littel","mobile_number":"473-973-2490","email_id":"Gretchen.OHara@hotmail.com","dop":"2025-04-06","serial_number":"15692227490891","imei1":"15692227490891","imei2":"15692227490891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160781,"job_number":"JOB_160781","tr_customer_id":160798,"tr_customer_product_id":160788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:58:06.000Z","name":"Andres McGlynn","mobile_number":"264-358-0056","email_id":"Kasandra.Kub@gmail.com","dop":"2025-04-06","serial_number":"12088931013405","imei1":"12088931013405","imei2":"12088931013405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160775,"job_number":"JOB_160775","tr_customer_id":160792,"tr_customer_product_id":160782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:04.000Z","modified_at":"2026-01-20T03:57:43.000Z","name":"Jerrod Dicki","mobile_number":"620-883-5824","email_id":"Veda31@yahoo.com","dop":"2025-04-06","serial_number":"13038394919944","imei1":"13038394919944","imei2":"13038394919944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160769,"job_number":"JOB_160769","tr_customer_id":160786,"tr_customer_product_id":160776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:34.000Z","name":"Kristy Kreiger","mobile_number":"805-994-4685","email_id":"Roslyn.Goyette41@hotmail.com","dop":"2025-04-06","serial_number":"10126326828087","imei1":"10126326828087","imei2":"10126326828087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160766,"job_number":"JOB_160766","tr_customer_id":160783,"tr_customer_product_id":160773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:53.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Judah Kutch","mobile_number":"999-986-2344","email_id":"Tiana.Konopelski55@gmail.com","dop":"2025-04-06","serial_number":"15209123563786","imei1":"15209123563786","imei2":"15209123563786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160763,"job_number":"JOB_160763","tr_customer_id":160780,"tr_customer_product_id":160770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:51.000Z","modified_at":"2026-01-20T03:57:30.000Z","name":"King Will","mobile_number":"653-962-2519","email_id":"Lorena.Turcotte1@yahoo.com","dop":"2025-04-06","serial_number":"13117945906486","imei1":"13117945906486","imei2":"13117945906486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160760,"job_number":"JOB_160760","tr_customer_id":160777,"tr_customer_product_id":160767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:47.000Z","modified_at":"2026-01-20T03:57:23.000Z","name":"Herbert Rempel","mobile_number":"686-684-7147","email_id":"Reyes.Feest@hotmail.com","dop":"2025-04-06","serial_number":"17670329307600","imei1":"17670329307600","imei2":"17670329307600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160757,"job_number":"JOB_160757","tr_customer_id":160774,"tr_customer_product_id":160764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Cora Prohaska","mobile_number":"283-709-1448","email_id":"Randal.Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"16405583146411","imei1":"16405583146411","imei2":"16405583146411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160748,"job_number":"JOB_160748","tr_customer_id":160765,"tr_customer_product_id":160755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:34.000Z","modified_at":"2026-01-20T03:57:12.000Z","name":"Rhea Bauch","mobile_number":"211-598-4665","email_id":"Angelo66@yahoo.com","dop":"2025-04-06","serial_number":"10718462983702","imei1":"10718462983702","imei2":"10718462983702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160745,"job_number":"JOB_160745","tr_customer_id":160762,"tr_customer_product_id":160752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:57:00.000Z","name":"Earlene Hammes","mobile_number":"248-577-1211","email_id":"Dedrick82@yahoo.com","dop":"2025-04-06","serial_number":"17142493669550","imei1":"17142493669550","imei2":"17142493669550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160739,"job_number":"JOB_160739","tr_customer_id":160756,"tr_customer_product_id":160746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"Mohammed Ankunding","mobile_number":"327-564-6405","email_id":"Destiney29@hotmail.com","dop":"2025-04-06","serial_number":"11690601597572","imei1":"11690601597572","imei2":"11690601597572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160736,"job_number":"JOB_160736","tr_customer_id":160753,"tr_customer_product_id":160743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:55.000Z","name":"Kim Runolfsdottir","mobile_number":"315-581-7202","email_id":"Everett.Schneider@gmail.com","dop":"2025-04-06","serial_number":"15677350756379","imei1":"15677350756379","imei2":"15677350756379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160733,"job_number":"JOB_160733","tr_customer_id":160750,"tr_customer_product_id":160740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:13.000Z","modified_at":"2026-01-20T03:56:49.000Z","name":"Lisa Bashirian","mobile_number":"436-522-8754","email_id":"Carmella_Hyatt@gmail.com","dop":"2025-04-06","serial_number":"11473846792107","imei1":"11473846792107","imei2":"11473846792107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160730,"job_number":"JOB_160730","tr_customer_id":160747,"tr_customer_product_id":160737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Liana Braun","mobile_number":"646-490-4954","email_id":"Napoleon.Heidenreich@yahoo.com","dop":"2025-04-06","serial_number":"12607378648273","imei1":"12607378648273","imei2":"12607378648273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160726,"job_number":"JOB_160726","tr_customer_id":160743,"tr_customer_product_id":160733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:09.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Maeve Kub","mobile_number":"952-428-3529","email_id":"Shyanne75@hotmail.com","dop":"2025-04-06","serial_number":"14051310007614","imei1":"14051310007614","imei2":"14051310007614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160724,"job_number":"JOB_160724","tr_customer_id":160741,"tr_customer_product_id":160731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Patricia Moen","mobile_number":"402-254-4415","email_id":"Tierra_Bahringer@yahoo.com","dop":"2025-04-06","serial_number":"10950885956249","imei1":"10950885956249","imei2":"10950885956249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160720,"job_number":"JOB_160720","tr_customer_id":160737,"tr_customer_product_id":160727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:43.000Z","name":"Fermin Rice","mobile_number":"351-995-0001","email_id":"Simone.White89@gmail.com","dop":"2025-04-06","serial_number":"11025084105654","imei1":"11025084105654","imei2":"11025084105654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160717,"job_number":"JOB_160717","tr_customer_id":160734,"tr_customer_product_id":160725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:39.000Z","name":"Jo Macejkovic","mobile_number":"294-947-2038","email_id":"Diamond98@gmail.com","dop":"2025-04-06","serial_number":"12647755358697","imei1":"12647755358697","imei2":"12647755358697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160715,"job_number":"JOB_160715","tr_customer_id":160732,"tr_customer_product_id":160722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Berneice Prosacco","mobile_number":"333-211-3560","email_id":"Iva55@yahoo.com","dop":"2025-04-06","serial_number":"13665050706045","imei1":"13665050706045","imei2":"13665050706045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160712,"job_number":"JOB_160712","tr_customer_id":160729,"tr_customer_product_id":160719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"Gaston Dooley","mobile_number":"716-276-4528","email_id":"Trever_Kilback@yahoo.com","dop":"2025-04-06","serial_number":"17490890061274","imei1":"17490890061274","imei2":"17490890061274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160705,"job_number":"JOB_160705","tr_customer_id":160722,"tr_customer_product_id":160712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:26.000Z","name":"Max Okuneva","mobile_number":"246-784-6521","email_id":"Evans_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"18795002889225","imei1":"18795002889225","imei2":"18795002889225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160703,"job_number":"JOB_160703","tr_customer_id":160720,"tr_customer_product_id":160710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Lilla Rutherford","mobile_number":"842-485-7828","email_id":"Madison.Leannon41@gmail.com","dop":"2025-04-06","serial_number":"10154078461907","imei1":"10154078461907","imei2":"10154078461907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160700,"job_number":"JOB_160700","tr_customer_id":160717,"tr_customer_product_id":160707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:56:16.000Z","name":"Justen Hackett","mobile_number":"525-944-5751","email_id":"Rebecca_Cronin@yahoo.com","dop":"2025-04-06","serial_number":"18267887069268","imei1":"18267887069268","imei2":"18267887069268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160693,"job_number":"JOB_160693","tr_customer_id":160710,"tr_customer_product_id":160700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:56:09.000Z","name":"Dustin Wisozk","mobile_number":"852-805-9850","email_id":"Merl67@yahoo.com","dop":"2025-04-06","serial_number":"16975628273767","imei1":"16975628273767","imei2":"16975628273767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160689,"job_number":"JOB_160689","tr_customer_id":160706,"tr_customer_product_id":160696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"Daren Steuber","mobile_number":"811-725-0076","email_id":"Catharine_Yundt9@hotmail.com","dop":"2025-04-06","serial_number":"16115333959507","imei1":"16115333959507","imei2":"16115333959507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160687,"job_number":"JOB_160687","tr_customer_id":160704,"tr_customer_product_id":160694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:05.000Z","name":"Jett Kilback","mobile_number":"947-512-7579","email_id":"Alexzander0@hotmail.com","dop":"2025-04-06","serial_number":"12462922272119","imei1":"12462922272119","imei2":"12462922272119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160680,"job_number":"JOB_160680","tr_customer_id":160697,"tr_customer_product_id":160687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Joan Moen","mobile_number":"848-841-6889","email_id":"Greyson_DuBuque@yahoo.com","dop":"2025-04-06","serial_number":"15756599570244","imei1":"15756599570244","imei2":"15756599570244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160679,"job_number":"JOB_160679","tr_customer_id":160696,"tr_customer_product_id":160686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"Robin Huel","mobile_number":"325-834-9939","email_id":"Louie_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"17089278608571","imei1":"17089278608571","imei2":"17089278608571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160677,"job_number":"JOB_160677","tr_customer_id":160694,"tr_customer_product_id":160684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Tiana Douglas","mobile_number":"371-658-4155","email_id":"Davon38@gmail.com","dop":"2025-04-06","serial_number":"11727227278790","imei1":"11727227278790","imei2":"11727227278790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160672,"job_number":"JOB_160672","tr_customer_id":160689,"tr_customer_product_id":160679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Toy Schmeler","mobile_number":"557-642-1968","email_id":"Allie.Christiansen@gmail.com","dop":"2025-04-06","serial_number":"16477856119953","imei1":"16477856119953","imei2":"16477856119953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160664,"job_number":"JOB_160664","tr_customer_id":160681,"tr_customer_product_id":160671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"Deanna Harber","mobile_number":"533-825-6563","email_id":"Boyd_Crist@gmail.com","dop":"2025-04-06","serial_number":"15826894682176","imei1":"15826894682176","imei2":"15826894682176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160659,"job_number":"JOB_160659","tr_customer_id":160676,"tr_customer_product_id":160666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:54.000Z","name":"Lydia Champlin","mobile_number":"719-970-4519","email_id":"Jarrell_Skiles55@gmail.com","dop":"2025-04-06","serial_number":"11301150804195","imei1":"11301150804195","imei2":"11301150804195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160651,"job_number":"JOB_160651","tr_customer_id":160668,"tr_customer_product_id":160658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:41.000Z","name":"Rylan Purdy","mobile_number":"539-861-2721","email_id":"Gus87@gmail.com","dop":"2025-04-06","serial_number":"12187800445466","imei1":"12187800445466","imei2":"12187800445466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160648,"job_number":"JOB_160648","tr_customer_id":160665,"tr_customer_product_id":160655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:03.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jayme Sporer","mobile_number":"514-735-2590","email_id":"Jillian_Flatley8@hotmail.com","dop":"2025-04-06","serial_number":"17994891926419","imei1":"17994891926419","imei2":"17994891926419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160644,"job_number":"JOB_160644","tr_customer_id":160661,"tr_customer_product_id":160651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Raymond Feeney","mobile_number":"239-557-5774","email_id":"Elsie_Abernathy27@yahoo.com","dop":"2025-06-18","serial_number":"10669990375106","imei1":"10669990375106","imei2":"10669990375106","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160637,"job_number":"JOB_160637","tr_customer_id":160654,"tr_customer_product_id":160644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Alana Murray","mobile_number":"694-351-5569","email_id":"Prince.Lowe85@gmail.com","dop":"2025-04-06","serial_number":"18768966249943","imei1":"18768966249943","imei2":"18768966249943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160632,"job_number":"JOB_160632","tr_customer_id":160649,"tr_customer_product_id":160639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Josefa Emard","mobile_number":"530-449-5411","email_id":"Moises57@gmail.com","dop":"2025-04-06","serial_number":"18613720555274","imei1":"18613720555274","imei2":"18613720555274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160631,"job_number":"JOB_160631","tr_customer_id":160648,"tr_customer_product_id":160638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Emory Rempel","mobile_number":"655-593-2813","email_id":"Jaden.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"14153855044136","imei1":"14153855044136","imei2":"14153855044136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160628,"job_number":"JOB_160628","tr_customer_id":160645,"tr_customer_product_id":160635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:55:17.000Z","name":"Rogers Jacobs","mobile_number":"433-904-4176","email_id":"Prudence.Goyette25@yahoo.com","dop":"2025-04-06","serial_number":"13039383107544","imei1":"13039383107544","imei2":"13039383107544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160626,"job_number":"JOB_160626","tr_customer_id":160643,"tr_customer_product_id":160633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:55:13.000Z","name":"Matt Bergnaum","mobile_number":"681-210-9492","email_id":"Eleonore.Pacocha44@yahoo.com","dop":"2025-04-06","serial_number":"16671482508600","imei1":"16671482508600","imei2":"16671482508600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160623,"job_number":"JOB_160623","tr_customer_id":160640,"tr_customer_product_id":160630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:32.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Amanda Parker","mobile_number":"220-722-5389","email_id":"Cooper.Breitenberg42@hotmail.com","dop":"2025-04-06","serial_number":"16562201700942","imei1":"16562201700942","imei2":"16562201700942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160620,"job_number":"JOB_160620","tr_customer_id":160637,"tr_customer_product_id":160627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Breanne Zemlak","mobile_number":"756-347-2340","email_id":"Linwood51@yahoo.com","dop":"2025-04-06","serial_number":"10147103235486","imei1":"10147103235486","imei2":"10147103235486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160616,"job_number":"JOB_160616","tr_customer_id":160633,"tr_customer_product_id":160623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Garnet McGlynn","mobile_number":"238-509-6798","email_id":"Maci_Larson@gmail.com","dop":"2025-04-06","serial_number":"13498008856489","imei1":"13498008856489","imei2":"13498008856489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160612,"job_number":"JOB_160612","tr_customer_id":160629,"tr_customer_product_id":160619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:55:00.000Z","name":"Lee Sanford","mobile_number":"673-681-8256","email_id":"Wilburn34@hotmail.com","dop":"2025-04-06","serial_number":"10654345518426","imei1":"10654345518426","imei2":"10654345518426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160611,"job_number":"JOB_160611","tr_customer_id":160628,"tr_customer_product_id":160618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Tess Abbott","mobile_number":"320-565-4660","email_id":"Johnathon.Casper@gmail.com","dop":"2025-04-06","serial_number":"10949405632691","imei1":"10949405632691","imei2":"10949405632691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160608,"job_number":"JOB_160608","tr_customer_id":160625,"tr_customer_product_id":160615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:50.000Z","name":"Marina Bashirian","mobile_number":"623-940-0359","email_id":"Marlen29@gmail.com","dop":"2025-06-18","serial_number":"10579544083450","imei1":"10579544083450","imei2":"10579544083450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160606,"job_number":"JOB_160606","tr_customer_id":160623,"tr_customer_product_id":160613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:03.000Z","modified_at":"2026-01-20T03:54:12.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"68973573980902","imei1":"68973573980902","imei2":"68973573980902","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160604,"job_number":"JOB_160604","tr_customer_id":160621,"tr_customer_product_id":160611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:54.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Elmo Will","mobile_number":"758-300-1219","email_id":"Aron_Frami75@gmail.com","dop":"2025-04-06","serial_number":"17795190829458","imei1":"17795190829458","imei2":"17795190829458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160602,"job_number":"JOB_160602","tr_customer_id":160619,"tr_customer_product_id":160609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:51.000Z","modified_at":"2026-01-20T03:54:00.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"51002023073889","imei1":"51002023073889","imei2":"51002023073889","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160600,"job_number":"JOB_160600","tr_customer_id":160617,"tr_customer_product_id":160607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:46.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Carson Oberbrunner","mobile_number":"274-543-1779","email_id":"Travis.Hansen18@yahoo.com","dop":"2025-04-06","serial_number":"16526521122489","imei1":"16526521122489","imei2":"16526521122489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160596,"job_number":"JOB_160596","tr_customer_id":160613,"tr_customer_product_id":160603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:49.000Z","name":"Mckenzie O'Hara","mobile_number":"794-613-0015","email_id":"Narciso94@gmail.com","dop":"2025-04-06","serial_number":"16077967050687","imei1":"16077967050687","imei2":"16077967050687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160593,"job_number":"JOB_160593","tr_customer_id":160610,"tr_customer_product_id":160600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:24.000Z","modified_at":"2026-01-20T03:49:02.000Z","name":"Raleigh Becker","mobile_number":"738-496-9000","email_id":"Jarrett_Stamm@yahoo.com","dop":"2025-04-06","serial_number":"17114659222395","imei1":"17114659222395","imei2":"17114659222395","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160590,"job_number":"JOB_160590","tr_customer_id":160607,"tr_customer_product_id":160597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:37.000Z","modified_at":"2026-01-20T03:48:16.000Z","name":"Loy Hayes","mobile_number":"842-863-2947","email_id":"Rodrigo.King83@hotmail.com","dop":"2025-04-06","serial_number":"13051514170579","imei1":"13051514170579","imei2":"13051514170579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:48:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160584,"job_number":"JOB_160584","tr_customer_id":160601,"tr_customer_product_id":160591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:01:14.000Z","name":"Tierra White","mobile_number":"887-828-1417","email_id":"Reta85@hotmail.com","dop":"2025-04-06","serial_number":"18336253126978","imei1":"18336253126978","imei2":"18336253126978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160581,"job_number":"JOB_160581","tr_customer_id":160598,"tr_customer_product_id":160588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T03:00:31.000Z","name":"Darron Russel","mobile_number":"822-843-6869","email_id":"Cheyanne.Crooks36@hotmail.com","dop":"2025-04-06","serial_number":"19609425410996","imei1":"19609425410996","imei2":"19609425410996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160578,"job_number":"JOB_160578","tr_customer_id":160595,"tr_customer_product_id":160585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:12.000Z","modified_at":"2026-01-20T02:59:47.000Z","name":"Bertha Monahan","mobile_number":"547-937-1529","email_id":"Emmalee80@yahoo.com","dop":"2025-04-06","serial_number":"16050093208099","imei1":"16050093208099","imei2":"16050093208099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160571,"job_number":"JOB_160571","tr_customer_id":160588,"tr_customer_product_id":160578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:00.000Z","modified_at":"2026-01-20T02:06:17.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678822344","imei1":"23145678822344","imei2":"23145678822344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:06:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161026,"job_number":"JOB_161026","tr_customer_id":161043,"tr_customer_product_id":161033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:39:22.000Z","name":"Myrtie Beer","mobile_number":"842-817-4574","email_id":"Sydni_Klein@hotmail.com","dop":"2000-01-31","serial_number":"10578572525089","imei1":"10578572525089","imei2":"10578572525089","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161017,"job_number":"JOB_161017","tr_customer_id":161034,"tr_customer_product_id":161024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:55.000Z","modified_at":"2026-01-20T06:38:35.000Z","name":"Gilbert Greenfelder","mobile_number":"830-738-7574","email_id":"Bridget_Kuhic77@gmail.com","dop":"2000-01-31","serial_number":"10958380351250","imei1":"10958380351250","imei2":"10958380351250","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161012,"job_number":"JOB_161012","tr_customer_id":161029,"tr_customer_product_id":161019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:38:18.000Z","name":"Felix Lubowitz","mobile_number":"806-839-4502","email_id":"Lacey_Ortiz71@hotmail.com","dop":"2025-10-21","serial_number":"19922725712491","imei1":"19922725712491","imei2":"19922725712491","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161006,"job_number":"JOB_161006","tr_customer_id":161023,"tr_customer_product_id":161013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:47.000Z","name":"Abdul Considine","mobile_number":"532-650-1115","email_id":"Darron_Fadel@gmail.com","dop":"2000-01-31","serial_number":"10825673006725","imei1":"10825673006725","imei2":"10825673006725","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161004,"job_number":"JOB_161004","tr_customer_id":161021,"tr_customer_product_id":161011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:51.000Z","modified_at":"2026-01-20T06:37:30.000Z","name":"Elizabeth Blick","mobile_number":"374-448-0659","email_id":"Gayle35@hotmail.com","dop":"2025-10-21","serial_number":"11718303970676","imei1":"11718303970676","imei2":"11718303970676","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161001,"job_number":"JOB_161001","tr_customer_id":161018,"tr_customer_product_id":161008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:20.000Z","modified_at":"2026-01-20T06:37:00.000Z","name":"Abdullah Nolan","mobile_number":"914-928-0826","email_id":"Lea.Lemke63@hotmail.com","dop":"2000-01-31","serial_number":"10241551222221","imei1":"10241551222221","imei2":"10241551222221","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160996,"job_number":"JOB_160996","tr_customer_id":161013,"tr_customer_product_id":161003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:03.000Z","modified_at":"2026-01-20T06:36:43.000Z","name":"Uriah Auer","mobile_number":"279-967-7057","email_id":"Devonte73@gmail.com","dop":"2025-10-21","serial_number":"10562899895829","imei1":"10562899895829","imei2":"10562899895829","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160806,"job_number":"JOB_160806","tr_customer_id":160823,"tr_customer_product_id":160813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:22.000Z","modified_at":"2026-01-20T04:04:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40482515834135","imei1":"40482515834135","imei2":"40482515834135","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160799,"job_number":"JOB_160799","tr_customer_id":160816,"tr_customer_product_id":160806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:50.000Z","modified_at":"2026-01-20T04:04:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40479974931377","imei1":"40479974931377","imei2":"40479974931377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160792,"job_number":"JOB_160792","tr_customer_id":160809,"tr_customer_product_id":160799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36739114669443","imei1":"36739114669443","imei2":"36739114669443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160778,"job_number":"JOB_160778","tr_customer_id":160795,"tr_customer_product_id":160785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:21.000Z","modified_at":"2026-01-20T03:57:58.000Z","name":"Kenyatta Abbott","mobile_number":"522-436-5786","email_id":"Iva.Bauch10@hotmail.com","dop":"2000-01-31","serial_number":"10864211913392","imei1":"10864211913392","imei2":"10864211913392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160751,"job_number":"JOB_160751","tr_customer_id":160768,"tr_customer_product_id":160758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:36.000Z","modified_at":"2026-01-20T03:57:13.000Z","name":"Jerrell Casper","mobile_number":"870-283-5382","email_id":"Isom_Langosh47@hotmail.com","dop":"2000-01-31","serial_number":"10472425968875","imei1":"10472425968875","imei2":"10472425968875","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160709,"job_number":"JOB_160709","tr_customer_id":160726,"tr_customer_product_id":160716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:56:28.000Z","name":"Albin Beahan","mobile_number":"706-871-1409","email_id":"Aileen_Langosh@hotmail.com","dop":"2000-01-31","serial_number":"10763766475990","imei1":"10763766475990","imei2":"10763766475990","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160662,"job_number":"JOB_160662","tr_customer_id":160679,"tr_customer_product_id":160669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:34.000Z","name":"Korey Bayer","mobile_number":"413-578-4961","email_id":"Alda_Abernathy22@gmail.com","dop":"2025-05-30","serial_number":"15525861688899","imei1":"15525861688899","imei2":"15525861688899","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160655,"job_number":"JOB_160655","tr_customer_id":160672,"tr_customer_product_id":160662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:43.000Z","name":"Kaia Runolfsson","mobile_number":"270-523-0632","email_id":"Marguerite2@yahoo.com","dop":"2000-01-31","serial_number":"10458444826611","imei1":"10458444826611","imei2":"10458444826611","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:46:58.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161095,"job_number":"JOB_161095","tr_customer_id":161112,"tr_customer_product_id":161102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:28:06.000Z","modified_at":"2026-01-20T07:28:17.000Z","name":"Dorris White","mobile_number":"373-451-3693","email_id":"Jonas_Ziemann91@yahoo.com","dop":"2025-11-04","serial_number":"84948656983036","imei1":"84948656983036","imei2":"84948656983036","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161094,"job_number":"JOB_161094","tr_customer_id":161111,"tr_customer_product_id":161101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:51.000Z","modified_at":"2026-01-20T07:28:02.000Z","name":"Vaughn Bartell","mobile_number":"859-321-4428","email_id":"Keeley.Pouros@hotmail.com","dop":"2025-11-04","serial_number":"73693695310275","imei1":"73693695310275","imei2":"73693695310275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161093,"job_number":"JOB_161093","tr_customer_id":161110,"tr_customer_product_id":161100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:35.000Z","modified_at":"2026-01-20T07:27:47.000Z","name":"Tobin Sporer","mobile_number":"937-302-2255","email_id":"Wava14@yahoo.com","dop":"2025-11-04","serial_number":"32962688649003","imei1":"32962688649003","imei2":"32962688649003","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160986,"job_number":"JOB_160986","tr_customer_id":161003,"tr_customer_product_id":160993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:21.000Z","modified_at":"2026-01-20T06:31:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"93953017171655","imei1":"93953017171655","imei2":"93953017171655","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160985,"job_number":"JOB_160985","tr_customer_id":161002,"tr_customer_product_id":160992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"57683807460739","imei1":"57683807460739","imei2":"57683807460739","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160981,"job_number":"JOB_160981","tr_customer_id":160998,"tr_customer_product_id":160988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:45.000Z","modified_at":"2026-01-20T06:30:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"32631170477474","imei1":"32631170477474","imei2":"32631170477474","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160953,"job_number":"JOB_160953","tr_customer_id":160970,"tr_customer_product_id":160960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:08.000Z","modified_at":"2026-01-20T06:23:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"45092320854413","imei1":"45092320854413","imei2":"45092320854413","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160952,"job_number":"JOB_160952","tr_customer_id":160969,"tr_customer_product_id":160959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:22:48.000Z","modified_at":"2026-01-20T06:23:02.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18199924839846","imei1":"18199924839846","imei2":"18199924839846","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160947,"job_number":"JOB_160947","tr_customer_id":160964,"tr_customer_product_id":160954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:47.000Z","name":"Amely Haag","mobile_number":"471-985-5259","email_id":"Beaulah_Murray@gmail.com","dop":"2025-06-09","serial_number":"104074861582239","imei1":"104074861582239","imei2":"104074861582239","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160944,"job_number":"JOB_160944","tr_customer_id":160961,"tr_customer_product_id":160951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:27.000Z","name":"Laila Satterfield","mobile_number":"704-598-7161","email_id":"Jacques.Ondricka43@gmail.com","dop":"2025-06-09","serial_number":"106035842317263","imei1":"106035842317263","imei2":"106035842317263","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160939,"job_number":"JOB_160939","tr_customer_id":160956,"tr_customer_product_id":160946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:07.000Z","name":"Leonor Williamson","mobile_number":"259-656-4318","email_id":"America_Morar@yahoo.com","dop":"2025-06-09","serial_number":"104307791422923","imei1":"104307791422923","imei2":"104307791422923","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160932,"job_number":"JOB_160932","tr_customer_id":160949,"tr_customer_product_id":160939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:40.000Z","modified_at":"2026-01-20T06:19:05.000Z","name":"Lila DuBuque","mobile_number":"355-207-8171","email_id":"Tommie_Hartmann@yahoo.com","dop":"2025-10-01","serial_number":"10065103289301","imei1":"10065103289301","imei2":"10065103289301","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160931,"job_number":"JOB_160931","tr_customer_id":160948,"tr_customer_product_id":160938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:34.000Z","modified_at":"2026-01-20T06:18:48.000Z","name":"Christ Pouros","mobile_number":"285-211-7053","email_id":"Mike.Gottlieb@hotmail.com","dop":"2025-11-04","serial_number":"62753276757184","imei1":"62753276757184","imei2":"62753276757184","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160930,"job_number":"JOB_160930","tr_customer_id":160947,"tr_customer_product_id":160937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:16.000Z","modified_at":"2026-01-20T06:18:29.000Z","name":"Reinhold Luettgen","mobile_number":"246-821-4632","email_id":"Aniya.Mann0@yahoo.com","dop":"2025-11-04","serial_number":"87715093186283","imei1":"87715093186283","imei2":"87715093186283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160927,"job_number":"JOB_160927","tr_customer_id":160944,"tr_customer_product_id":160934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:57.000Z","modified_at":"2026-01-20T06:18:11.000Z","name":"Elisha Collins","mobile_number":"573-592-0358","email_id":"Archibald.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"99264448493768","imei1":"99264448493768","imei2":"99264448493768","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160886,"job_number":"JOB_160886","tr_customer_id":160903,"tr_customer_product_id":160893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:14.000Z","modified_at":"2026-01-20T05:14:26.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11136499852741","imei1":"11136499852741","imei2":"11136499852741","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160884,"job_number":"JOB_160884","tr_customer_id":160901,"tr_customer_product_id":160891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:14:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13245457748110","imei1":"13245457748110","imei2":"13245457748110","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160882,"job_number":"JOB_160882","tr_customer_id":160899,"tr_customer_product_id":160889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:35.000Z","modified_at":"2026-01-20T05:13:46.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11146249473334","imei1":"11146249473334","imei2":"11146249473334","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160880,"job_number":"JOB_160880","tr_customer_id":160897,"tr_customer_product_id":160887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19728909788970","imei1":"19728909788970","imei2":"19728909788970","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160872,"job_number":"JOB_160872","tr_customer_id":160889,"tr_customer_product_id":160879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:05.000Z","modified_at":"2026-01-20T05:00:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10409593579836","imei1":"10409593579836","imei2":"10409593579836","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160870,"job_number":"JOB_160870","tr_customer_id":160887,"tr_customer_product_id":160877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16796171909647","imei1":"16796171909647","imei2":"16796171909647","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160868,"job_number":"JOB_160868","tr_customer_id":160885,"tr_customer_product_id":160875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17207023980733","imei1":"17207023980733","imei2":"17207023980733","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160866,"job_number":"JOB_160866","tr_customer_id":160883,"tr_customer_product_id":160873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16222334712205","imei1":"16222334712205","imei2":"16222334712205","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160862,"job_number":"JOB_160862","tr_customer_id":160879,"tr_customer_product_id":160869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18020149022183","imei1":"18020149022183","imei2":"18020149022183","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160860,"job_number":"JOB_160860","tr_customer_id":160877,"tr_customer_product_id":160867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:22.000Z","modified_at":"2026-01-20T04:58:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10427234623079","imei1":"10427234623079","imei2":"10427234623079","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160854,"job_number":"JOB_160854","tr_customer_id":160871,"tr_customer_product_id":160861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:52.000Z","modified_at":"2026-01-20T04:57:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17346727907860","imei1":"17346727907860","imei2":"17346727907860","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160852,"job_number":"JOB_160852","tr_customer_id":160869,"tr_customer_product_id":160859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:40.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12573034824456","imei1":"12573034824456","imei2":"12573034824456","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160848,"job_number":"JOB_160848","tr_customer_id":160865,"tr_customer_product_id":160855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10205200980727","imei1":"10205200980727","imei2":"10205200980727","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160842,"job_number":"JOB_160842","tr_customer_id":160859,"tr_customer_product_id":160849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11677544424941","imei1":"11677544424941","imei2":"11677544424941","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160840,"job_number":"JOB_160840","tr_customer_id":160857,"tr_customer_product_id":160847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:28.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18048668459068","imei1":"18048668459068","imei2":"18048668459068","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160838,"job_number":"JOB_160838","tr_customer_id":160855,"tr_customer_product_id":160845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:48:00.000Z","modified_at":"2026-01-20T04:48:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14994443963801","imei1":"14994443963801","imei2":"14994443963801","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160836,"job_number":"JOB_160836","tr_customer_id":160853,"tr_customer_product_id":160843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:43.000Z","modified_at":"2026-01-20T04:47:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13207774826203","imei1":"13207774826203","imei2":"13207774826203","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160834,"job_number":"JOB_160834","tr_customer_id":160851,"tr_customer_product_id":160841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19541497488305","imei1":"19541497488305","imei2":"19541497488305","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160820,"job_number":"JOB_160820","tr_customer_id":160837,"tr_customer_product_id":160827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:36.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15335617777013","imei1":"15335617777013","imei2":"15335617777013","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160812,"job_number":"JOB_160812","tr_customer_id":160829,"tr_customer_product_id":160819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16763457865736","imei1":"16763457865736","imei2":"16763457865736","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160807,"job_number":"JOB_160807","tr_customer_id":160824,"tr_customer_product_id":160814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:45.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14872978628959","imei1":"14872978628959","imei2":"14872978628959","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160771,"job_number":"JOB_160771","tr_customer_id":160788,"tr_customer_product_id":160778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:09.000Z","name":"Ubaldo Spinka","mobile_number":"984-228-1699","email_id":"Orval_Dibbert65@hotmail.com","dop":"2025-06-09","serial_number":"106811387359766","imei1":"106811387359766","imei2":"106811387359766","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160754,"job_number":"JOB_160754","tr_customer_id":160771,"tr_customer_product_id":160761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Izaiah Green","mobile_number":"947-343-0332","email_id":"Lavina55@yahoo.com","dop":"2025-06-09","serial_number":"103815193047623","imei1":"103815193047623","imei2":"103815193047623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160742,"job_number":"JOB_160742","tr_customer_id":160759,"tr_customer_product_id":160749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Reyes Orn","mobile_number":"642-758-2157","email_id":"Oceane.Herman90@yahoo.com","dop":"2025-06-09","serial_number":"109027834954066","imei1":"109027834954066","imei2":"109027834954066","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160660,"job_number":"JOB_160660","tr_customer_id":160677,"tr_customer_product_id":160667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:39.000Z","name":"Reymundo Collier","mobile_number":"430-936-9275","email_id":"Fritz39@yahoo.com","dop":"2025-10-01","serial_number":"13092724198969","imei1":"13092724198969","imei2":"13092724198969","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160639,"job_number":"JOB_160639","tr_customer_id":160656,"tr_customer_product_id":160646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:52.000Z","name":"giyu tomiaka","mobile_number":"661-306-1487","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"810129453968525","imei1":"810129453968525","imei2":"810129453968525","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160622,"job_number":"JOB_160622","tr_customer_id":160639,"tr_customer_product_id":160629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:31.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"tanjiro kamado","mobile_number":"653-494-2222","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"600147797412783","imei1":"600147797412783","imei2":"600147797412783","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160610,"job_number":"JOB_160610","tr_customer_id":160627,"tr_customer_product_id":160617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:20.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"saitama sensei","mobile_number":"429-955-6204","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"827661603137662","imei1":"827661603137662","imei2":"827661603137662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160598,"job_number":"JOB_160598","tr_customer_id":160615,"tr_customer_product_id":160605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:08.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17112240240304","imei1":"17112240240304","imei2":"17112240240304","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160574,"job_number":"JOB_160574","tr_customer_id":160591,"tr_customer_product_id":160581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:39.000Z","modified_at":"2026-01-20T01:50:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10923379255846","imei1":"10923379255846","imei2":"10923379255846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T01:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ad7441db-9f39-4a37-9475-a056aa6865f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/161101
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6e239188-45ec-43fc-8653-db6442b3b99d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6aa1b4d2-af4b-42c7-9add-4a0e594c91d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-nFfVebG039stNH3YI/ldUXanXbo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjF9.xi6w7QkUyhyaYiDt6EYaKW4Tiat0tZlpIsFp4Jw1uMQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjF9.xi6w7QkUyhyaYiDt6EYaKW4Tiat0tZlpIsFp4Jw1uMQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 00f39034-e036-4547-bdd8-559433c228c1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjF9.xi6w7QkUyhyaYiDt6EYaKW4Tiat0tZlpIsFp4Jw1uMQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73b7c628-5efc-4fa3-b47e-e385aa665d33
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-RrXb6LAQLEyXdkxDYTMry2loEfM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":356},{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 343ms
Mean size per request: 346.07KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f26f23da-37c9-4a4c-bfbc-9816fd6205e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"56846-eP60P9R3kUEn22hpGPcfmyv2NUA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160567,"job_number":"JOB_160567","tr_customer_id":160584,"tr_customer_product_id":160574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:42:11.000Z","modified_at":"2026-01-19T23:42:11.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-09T23:42:11.091960390Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160566,"job_number":"JOB_160566","tr_customer_id":160583,"tr_customer_product_id":160573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:47.000Z","modified_at":"2026-01-19T23:39:47.000Z","name":"Bela Kapoor","mobile_number":"7098077415","email_id":"agastya.tandon@yahoo.co.in","dop":"2026-01-09","serial_number":"693987320305435","imei1":"693987320305435","imei2":"693987320305435","popurl":"www.rajinder-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160565,"job_number":"JOB_160565","tr_customer_id":160582,"tr_customer_product_id":160572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:46.000Z","modified_at":"2026-01-19T23:39:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-09T23:39:46.296755848Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:46:58.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160569,"job_number":"JOB_160569","tr_customer_id":160586,"tr_customer_product_id":160576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:55.000Z","modified_at":"2026-01-19T23:55:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elaina_Cormier8@gmail.com","dop":"2025-07-02","serial_number":"17825806088389","imei1":"17825806088389","imei2":"17825806088389","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160568,"job_number":"JOB_160568","tr_customer_id":160585,"tr_customer_product_id":160575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:51.000Z","modified_at":"2026-01-19T23:55:51.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Wilford.Kozey@hotmail.com","dop":"2025-07-02","serial_number":"11901896964544","imei1":"11901896964544","imei2":"11901896964544","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160564,"job_number":"JOB_160564","tr_customer_id":160581,"tr_customer_product_id":160571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:23:00.000Z","modified_at":"2026-01-19T23:23:00.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ryleigh.Kub@hotmail.com","dop":"2025-07-02","serial_number":"15659736430896","imei1":"15659736430896","imei2":"15659736430896","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160563,"job_number":"JOB_160563","tr_customer_id":160580,"tr_customer_product_id":160570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T21:28:18.000Z","modified_at":"2026-01-19T21:28:18.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Charity.Conn82@yahoo.com","dop":"2025-07-02","serial_number":"18919391268877","imei1":"18919391268877","imei2":"18919391268877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T21:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjF9.xi6w7QkUyhyaYiDt6EYaKW4Tiat0tZlpIsFp4Jw1uMQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2f9a70d-1cff-4eb9-95a7-4cc51e0b3ab0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjF9.xi6w7QkUyhyaYiDt6EYaKW4Tiat0tZlpIsFp4Jw1uMQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c51f5e06-e929-45fe-8cc7-d0b2e81435a8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 161101,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 345.1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjF9.xi6w7QkUyhyaYiDt6EYaKW4Tiat0tZlpIsFp4Jw1uMQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73b4ccab-7fa5-45f3-aefd-334259e7177f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5646a-AbkTuD1JzCFlkpuPZL881tvGt/0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160567,"job_number":"JOB_160567","tr_customer_id":160584,"tr_customer_product_id":160574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:42:11.000Z","modified_at":"2026-01-19T23:42:11.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-09T23:42:11.091960390Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160566,"job_number":"JOB_160566","tr_customer_id":160583,"tr_customer_product_id":160573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:47.000Z","modified_at":"2026-01-19T23:39:47.000Z","name":"Bela Kapoor","mobile_number":"7098077415","email_id":"agastya.tandon@yahoo.co.in","dop":"2026-01-09","serial_number":"693987320305435","imei1":"693987320305435","imei2":"693987320305435","popurl":"www.rajinder-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160565,"job_number":"JOB_160565","tr_customer_id":160582,"tr_customer_product_id":160572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:46.000Z","modified_at":"2026-01-19T23:39:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-09T23:39:46.296755848Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160569,"job_number":"JOB_160569","tr_customer_id":160586,"tr_customer_product_id":160576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:55.000Z","modified_at":"2026-01-19T23:55:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elaina_Cormier8@gmail.com","dop":"2025-07-02","serial_number":"17825806088389","imei1":"17825806088389","imei2":"17825806088389","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160568,"job_number":"JOB_160568","tr_customer_id":160585,"tr_customer_product_id":160575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:51.000Z","modified_at":"2026-01-19T23:55:51.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Wilford.Kozey@hotmail.com","dop":"2025-07-02","serial_number":"11901896964544","imei1":"11901896964544","imei2":"11901896964544","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160564,"job_number":"JOB_160564","tr_customer_id":160581,"tr_customer_product_id":160571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:23:00.000Z","modified_at":"2026-01-19T23:23:00.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ryleigh.Kub@hotmail.com","dop":"2025-07-02","serial_number":"15659736430896","imei1":"15659736430896","imei2":"15659736430896","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160563,"job_number":"JOB_160563","tr_customer_id":160580,"tr_customer_product_id":160570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T21:28:18.000Z","modified_at":"2026-01-19T21:28:18.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Charity.Conn82@yahoo.com","dop":"2025-07-02","serial_number":"18919391268877","imei1":"18919391268877","imei2":"18919391268877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T21:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6005c326-156e-4870-8ae3-a59111913d69
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-TXepx+jJC49n7uXDFtB+6jaVmXM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjN9.cZFqh26qSk_jDSILL0CIZ3qu1WM0QLwGBxv-5PJA29c"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjN9.cZFqh26qSk_jDSILL0CIZ3qu1WM0QLwGBxv-5PJA29c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2eb053c6-c49f-44bd-aec2-364093dd5123
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjN9.cZFqh26qSk_jDSILL0CIZ3qu1WM0QLwGBxv-5PJA29c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e5d12c74-423a-4406-9535-3b4f0d96e3fe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-434AIVcpPBNoyATfpeJUrO/WRyw"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":3},{"label":"Repair completed","key":"repair_completed","count":179}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 2.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjN9.cZFqh26qSk_jDSILL0CIZ3qu1WM0QLwGBxv-5PJA29c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token edc0fd38-4e1d-42bf-8fc4-97ca8be656db
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"b8d-xfrVeFekqtrYkS1Xms/ouomZS5k"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:46:58.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-20T07:46:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:03.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T07:47:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjN9.cZFqh26qSk_jDSILL0CIZ3qu1WM0QLwGBxv-5PJA29c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aeba15c2-8133-4355-81d2-68d7efbddc43
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 523ms
Mean size per request: 3.48KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjN9.cZFqh26qSk_jDSILL0CIZ3qu1WM0QLwGBxv-5PJA29c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c74205f9-2dda-44be-9a72-8793cd51768b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"dee-kKDYxVs3Ybp66A+hWRx2vDktJdw"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:03.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T07:47:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":161101,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-20T07:46:58.000Z"}],"quatations":[]},{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:46:58.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-20T07:46:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":161099,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-20T07:46:44.000Z"}],"quatations":[]},{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":160922,"remark":"Apps are opening slowly","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-20T05:58:41.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjN9.cZFqh26qSk_jDSILL0CIZ3qu1WM0QLwGBxv-5PJA29c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7eb7a085-742c-48cf-9979-3ed90f18ccf2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjN9.cZFqh26qSk_jDSILL0CIZ3qu1WM0QLwGBxv-5PJA29c
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c6c3c90a-be75-4b2d-b380-9942317eaefc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":161101,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1f449b16-b4fa-4bd8-bad7-06853f0a7838
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-io3fY2u3TbBHP8OGUgwEha5ro0A"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTIyNn0.58-ubYkbF5jfHet46XrtpHoy6JMXt4OX_JF4xrGYcko"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTIyNn0.58-ubYkbF5jfHet46XrtpHoy6JMXt4OX_JF4xrGYcko
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2677b55f-b03a-49d5-a751-869738c793d9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTIyNn0.58-ubYkbF5jfHet46XrtpHoy6JMXt4OX_JF4xrGYcko
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1397c74c-3caa-4aa5-a6b6-71eeef022107
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-6Fs7UQDTnOEoiQy6I8TWC+Gv498"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":178},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTIyNn0.58-ubYkbF5jfHet46XrtpHoy6JMXt4OX_JF4xrGYcko
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4ea2c730-de2c-482b-9211-80a22c46e9ac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 318ms
Mean size per request: 172.24KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTIyNn0.58-ubYkbF5jfHet46XrtpHoy6JMXt4OX_JF4xrGYcko
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22a8dbe0-8294-44c0-a32f-2c696fcb8d46
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2b0f7-SmLlqGUUFKE5FHYiWWpOQgK+NWI"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161075,"job_number":"JOB_161075","tr_customer_id":161092,"tr_customer_product_id":161082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:12.000Z","modified_at":"2026-01-20T07:06:52.000Z","name":"Durward Rodriguez","mobile_number":"477-669-0599","email_id":"Jakob.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18465852724682","imei1":"18465852724682","imei2":"18465852724682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161073,"job_number":"JOB_161073","tr_customer_id":161090,"tr_customer_product_id":161080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:24.000Z","modified_at":"2026-01-20T07:06:04.000Z","name":"Sylvan Jerde","mobile_number":"714-207-6248","email_id":"Nadia_Feeney98@yahoo.com","dop":"2025-04-06","serial_number":"13334146092861","imei1":"13334146092861","imei2":"13334146092861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161071,"job_number":"JOB_161071","tr_customer_id":161088,"tr_customer_product_id":161078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:36.000Z","modified_at":"2026-01-20T07:05:17.000Z","name":"Nick Krajcik","mobile_number":"502-841-0852","email_id":"Marianne_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"16671586047956","imei1":"16671586047956","imei2":"16671586047956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161069,"job_number":"JOB_161069","tr_customer_id":161086,"tr_customer_product_id":161076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:05.000Z","modified_at":"2026-01-20T07:04:44.000Z","name":"Malcolm Spinka","mobile_number":"568-232-2476","email_id":"Fausto_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"18596294703540","imei1":"18596294703540","imei2":"18596294703540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161065,"job_number":"JOB_161065","tr_customer_id":161082,"tr_customer_product_id":161072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:27.000Z","modified_at":"2026-01-20T06:52:10.000Z","name":"Lucile Greenfelder","mobile_number":"252-551-6225","email_id":"Brisa.Lind15@hotmail.com","dop":"2025-04-06","serial_number":"15826904670288","imei1":"15826904670288","imei2":"15826904670288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161062,"job_number":"JOB_161062","tr_customer_id":161079,"tr_customer_product_id":161069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:51:18.000Z","name":"Kendrick Mitchell","mobile_number":"836-399-2145","email_id":"Ellsworth38@gmail.com","dop":"2025-04-06","serial_number":"14974711835673","imei1":"14974711835673","imei2":"14974711835673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161058,"job_number":"JOB_161058","tr_customer_id":161075,"tr_customer_product_id":161065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:50.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Flossie Russel","mobile_number":"788-564-9689","email_id":"Eden62@gmail.com","dop":"2025-04-06","serial_number":"18987473383927","imei1":"18987473383927","imei2":"18987473383927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161056,"job_number":"JOB_161056","tr_customer_id":161073,"tr_customer_product_id":161063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:50:27.000Z","name":"Amira Mills","mobile_number":"287-628-4398","email_id":"Paxton_Gulgowski17@hotmail.com","dop":"2025-04-06","serial_number":"14332171312563","imei1":"14332171312563","imei2":"14332171312563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161053,"job_number":"JOB_161053","tr_customer_id":161070,"tr_customer_product_id":161060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:23.000Z","modified_at":"2026-01-20T06:46:07.000Z","name":"Mara Jacobson","mobile_number":"565-420-3305","email_id":"Raquel92@hotmail.com","dop":"2025-04-06","serial_number":"16913593555369","imei1":"16913593555369","imei2":"16913593555369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161051,"job_number":"JOB_161051","tr_customer_id":161068,"tr_customer_product_id":161058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:51.000Z","name":"Gus Jacobs","mobile_number":"480-225-2957","email_id":"Amya58@yahoo.com","dop":"2025-04-06","serial_number":"10344026741304","imei1":"10344026741304","imei2":"10344026741304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161048,"job_number":"JOB_161048","tr_customer_id":161065,"tr_customer_product_id":161055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:27.000Z","modified_at":"2026-01-20T06:45:05.000Z","name":"Jarrell O'Reilly","mobile_number":"257-211-0848","email_id":"Jerel75@gmail.com","dop":"2025-04-06","serial_number":"12485721464309","imei1":"12485721464309","imei2":"12485721464309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161046,"job_number":"JOB_161046","tr_customer_id":161063,"tr_customer_product_id":161053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Lavon Kessler","mobile_number":"361-482-2191","email_id":"Viola.Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"10513131621022","imei1":"10513131621022","imei2":"10513131621022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161043,"job_number":"JOB_161043","tr_customer_id":161060,"tr_customer_product_id":161050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Granville Gislason","mobile_number":"383-631-7724","email_id":"Laurine5@yahoo.com","dop":"2025-04-06","serial_number":"10317495453205","imei1":"10317495453205","imei2":"10317495453205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161040,"job_number":"JOB_161040","tr_customer_id":161057,"tr_customer_product_id":161047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:37.000Z","modified_at":"2026-01-20T06:44:15.000Z","name":"Darryl Hilll","mobile_number":"952-771-5601","email_id":"Jerrell.Bruen12@yahoo.com","dop":"2025-04-06","serial_number":"10382276496605","imei1":"10382276496605","imei2":"10382276496605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161036,"job_number":"JOB_161036","tr_customer_id":161053,"tr_customer_product_id":161043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:29.000Z","modified_at":"2026-01-20T06:44:10.000Z","name":"Damion Corkery","mobile_number":"693-963-1163","email_id":"Rogelio11@gmail.com","dop":"2025-04-06","serial_number":"19002195293440","imei1":"19002195293440","imei2":"19002195293440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161033,"job_number":"JOB_161033","tr_customer_id":161050,"tr_customer_product_id":161040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:43:29.000Z","name":"Newell Trantow","mobile_number":"734-822-7316","email_id":"Carey99@gmail.com","dop":"2025-04-06","serial_number":"15331183534878","imei1":"15331183534878","imei2":"15331183534878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161029,"job_number":"JOB_161029","tr_customer_id":161046,"tr_customer_product_id":161036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:14.000Z","modified_at":"2026-01-20T06:39:52.000Z","name":"Jameson Schumm","mobile_number":"747-310-1122","email_id":"Lupe_King44@hotmail.com","dop":"2025-04-06","serial_number":"12466296560606","imei1":"12466296560606","imei2":"12466296560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161023,"job_number":"JOB_161023","tr_customer_id":161040,"tr_customer_product_id":161030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:39:06.000Z","name":"Vergie Considine","mobile_number":"486-428-4848","email_id":"Eula.Nitzsche62@hotmail.com","dop":"2025-04-06","serial_number":"11824231509787","imei1":"11824231509787","imei2":"11824231509787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161020,"job_number":"JOB_161020","tr_customer_id":161037,"tr_customer_product_id":161027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:56.000Z","name":"Sister Harber","mobile_number":"729-849-7940","email_id":"Laurel.Schuster49@gmail.com","dop":"2025-04-06","serial_number":"10688829553303","imei1":"10688829553303","imei2":"10688829553303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161014,"job_number":"JOB_161014","tr_customer_id":161031,"tr_customer_product_id":161021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:38:21.000Z","name":"Leta Moen","mobile_number":"791-978-1410","email_id":"Charlie.Kihn@hotmail.com","dop":"2025-04-06","serial_number":"13077663256895","imei1":"13077663256895","imei2":"13077663256895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161009,"job_number":"JOB_161009","tr_customer_id":161026,"tr_customer_product_id":161016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:13.000Z","modified_at":"2026-01-20T06:38:00.000Z","name":"Ryley O'Hara","mobile_number":"621-672-4793","email_id":"Gavin.Hamill48@gmail.com","dop":"2025-04-06","serial_number":"19447333116384","imei1":"19447333116384","imei2":"19447333116384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160998,"job_number":"JOB_160998","tr_customer_id":161015,"tr_customer_product_id":161005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:37:04.000Z","name":"Carmel Cruickshank","mobile_number":"325-584-3015","email_id":"Sadye_Steuber87@gmail.com","dop":"2025-04-06","serial_number":"12970918002180","imei1":"12970918002180","imei2":"12970918002180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160993,"job_number":"JOB_160993","tr_customer_id":161010,"tr_customer_product_id":161000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:29.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"Reese Reinger","mobile_number":"624-738-4751","email_id":"Julio94@hotmail.com","dop":"2025-04-06","serial_number":"19185796710184","imei1":"19185796710184","imei2":"19185796710184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160991,"job_number":"JOB_160991","tr_customer_id":161008,"tr_customer_product_id":160998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:42.000Z","modified_at":"2026-01-20T06:33:24.000Z","name":"Sedrick Howell","mobile_number":"638-624-0780","email_id":"Leopoldo_Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"11690173158295","imei1":"11690173158295","imei2":"11690173158295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160988,"job_number":"JOB_160988","tr_customer_id":161005,"tr_customer_product_id":160995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:52.000Z","modified_at":"2026-01-20T06:32:34.000Z","name":"Elvera Daniel","mobile_number":"387-804-6113","email_id":"Cullen_Shanahan86@hotmail.com","dop":"2025-04-06","serial_number":"14277294902585","imei1":"14277294902585","imei2":"14277294902585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160983,"job_number":"JOB_160983","tr_customer_id":161000,"tr_customer_product_id":160990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:43.000Z","name":"Horacio Howe","mobile_number":"776-538-5361","email_id":"Ocie.Will42@hotmail.com","dop":"2025-04-06","serial_number":"18229187004120","imei1":"18229187004120","imei2":"18229187004120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160979,"job_number":"JOB_160979","tr_customer_id":160996,"tr_customer_product_id":160986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:31:07.000Z","name":"Holden Wuckert","mobile_number":"257-995-3094","email_id":"Tristin.Rau1@hotmail.com","dop":"2025-04-06","serial_number":"17444730596904","imei1":"17444730596904","imei2":"17444730596904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160975,"job_number":"JOB_160975","tr_customer_id":160992,"tr_customer_product_id":160982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:30:11.000Z","name":"Julius Cremin","mobile_number":"504-933-4274","email_id":"Elza.Klein@hotmail.com","dop":"2025-04-06","serial_number":"18806580934662","imei1":"18806580934662","imei2":"18806580934662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160972,"job_number":"JOB_160972","tr_customer_id":160989,"tr_customer_product_id":160979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:28.000Z","modified_at":"2026-01-20T06:29:15.000Z","name":"Consuelo D'Amore","mobile_number":"361-436-6251","email_id":"Lavada_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"14712879301723","imei1":"14712879301723","imei2":"14712879301723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160968,"job_number":"JOB_160968","tr_customer_id":160985,"tr_customer_product_id":160975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:59.000Z","name":"Precious Bergstrom","mobile_number":"377-912-7115","email_id":"Penelope_Schmeler88@hotmail.com","dop":"2025-04-06","serial_number":"16350137461194","imei1":"16350137461194","imei2":"16350137461194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160965,"job_number":"JOB_160965","tr_customer_id":160982,"tr_customer_product_id":160972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:27:07.000Z","name":"Kayden O'Keefe","mobile_number":"921-986-0534","email_id":"Adolphus_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14528372872197","imei1":"14528372872197","imei2":"14528372872197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160961,"job_number":"JOB_160961","tr_customer_id":160978,"tr_customer_product_id":160968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:26:15.000Z","name":"Aimee Keeling","mobile_number":"435-863-7570","email_id":"Helmer78@yahoo.com","dop":"2025-04-06","serial_number":"16942125953565","imei1":"16942125953565","imei2":"16942125953565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160958,"job_number":"JOB_160958","tr_customer_id":160975,"tr_customer_product_id":160965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:25:19.000Z","name":"Donavon Rutherford","mobile_number":"297-528-6767","email_id":"Laurel96@gmail.com","dop":"2025-06-18","serial_number":"10060455463642","imei1":"10060455463642","imei2":"10060455463642","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160955,"job_number":"JOB_160955","tr_customer_id":160972,"tr_customer_product_id":160962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:24:31.000Z","name":"Lyla Hilpert","mobile_number":"441-604-5984","email_id":"Murl_OKon51@hotmail.com","dop":"2025-06-18","serial_number":"10195039073993","imei1":"10195039073993","imei2":"10195039073993","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160950,"job_number":"JOB_160950","tr_customer_id":160967,"tr_customer_product_id":160957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:22:15.000Z","name":"Daisy Torp","mobile_number":"624-321-5346","email_id":"Catherine86@hotmail.com","dop":"2025-04-06","serial_number":"13771357377253","imei1":"13771357377253","imei2":"13771357377253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160938,"job_number":"JOB_160938","tr_customer_id":160955,"tr_customer_product_id":160945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:30.000Z","name":"Edgar Schiller","mobile_number":"595-720-0133","email_id":"Shirley.Miller3@hotmail.com","dop":"2025-04-06","serial_number":"13516181343173","imei1":"13516181343173","imei2":"13516181343173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160934,"job_number":"JOB_160934","tr_customer_id":160951,"tr_customer_product_id":160941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:44.000Z","name":"Hal Raynor","mobile_number":"830-629-5868","email_id":"Elmore_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"11763153772664","imei1":"11763153772664","imei2":"11763153772664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160920,"job_number":"JOB_160920","tr_customer_id":160937,"tr_customer_product_id":160927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:27.000Z","modified_at":"2026-01-20T05:59:06.000Z","name":"Penelope Padberg","mobile_number":"331-994-5305","email_id":"Carson73@gmail.com","dop":"2025-04-06","serial_number":"18648853049040","imei1":"18648853049040","imei2":"18648853049040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160917,"job_number":"JOB_160917","tr_customer_id":160934,"tr_customer_product_id":160924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:58:19.000Z","name":"Cara Mills","mobile_number":"551-424-5734","email_id":"Elsa.Bashirian@gmail.com","dop":"2025-04-06","serial_number":"10385527754579","imei1":"10385527754579","imei2":"10385527754579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160914,"job_number":"JOB_160914","tr_customer_id":160931,"tr_customer_product_id":160921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:57:31.000Z","name":"Ruby Swaniawski","mobile_number":"591-742-3748","email_id":"Nicolas21@hotmail.com","dop":"2025-04-06","serial_number":"15125482433876","imei1":"15125482433876","imei2":"15125482433876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160909,"job_number":"JOB_160909","tr_customer_id":160926,"tr_customer_product_id":160916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:44:00.000Z","name":"Lexie O'Reilly","mobile_number":"326-442-5784","email_id":"Cristal.McKenzie39@hotmail.com","dop":"2025-04-13","serial_number":"10938580167605","imei1":"10938580167605","imei2":"10938580167605","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160906,"job_number":"JOB_160906","tr_customer_id":160923,"tr_customer_product_id":160913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:55.000Z","name":"Buford Jacobs","mobile_number":"841-424-9354","email_id":"Ruthie.Terry@yahoo.com","dop":"2025-04-13","serial_number":"10411803993723","imei1":"10411803993723","imei2":"10411803993723","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160903,"job_number":"JOB_160903","tr_customer_id":160920,"tr_customer_product_id":160910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:50.000Z","name":"Brant Dickinson","mobile_number":"915-896-4985","email_id":"Bella.Schmidt@yahoo.com","dop":"2025-04-13","serial_number":"10919908868526","imei1":"10919908868526","imei2":"10919908868526","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160897,"job_number":"JOB_160897","tr_customer_id":160914,"tr_customer_product_id":160904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:22:11.000Z","name":"Jazmin Grimes","mobile_number":"729-284-3158","email_id":"Carli_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"14970965690048","imei1":"14970965690048","imei2":"14970965690048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:22:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160893,"job_number":"JOB_160893","tr_customer_id":160910,"tr_customer_product_id":160900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:21:22.000Z","name":"Yvonne Anderson","mobile_number":"432-290-1991","email_id":"Sydnee.Hansen@gmail.com","dop":"2025-04-06","serial_number":"13875356421511","imei1":"13875356421511","imei2":"13875356421511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160890,"job_number":"JOB_160890","tr_customer_id":160907,"tr_customer_product_id":160897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:53.000Z","modified_at":"2026-01-20T05:20:33.000Z","name":"Nickolas Feest","mobile_number":"289-745-3429","email_id":"Caden_Brekke79@hotmail.com","dop":"2025-04-06","serial_number":"16975907232226","imei1":"16975907232226","imei2":"16975907232226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160888,"job_number":"JOB_160888","tr_customer_id":160905,"tr_customer_product_id":160895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:31.000Z","modified_at":"2026-01-20T05:18:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12890590944132","imei2":"12890590944132","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160875,"job_number":"JOB_160875","tr_customer_id":160892,"tr_customer_product_id":160882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:38.000Z","modified_at":"2026-01-20T05:02:18.000Z","name":"Hermina Hegmann","mobile_number":"234-629-1542","email_id":"Piper76@yahoo.com","dop":"2025-04-06","serial_number":"10480872435763","imei1":"10480872435763","imei2":"10480872435763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160873,"job_number":"JOB_160873","tr_customer_id":160890,"tr_customer_product_id":160880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:19.000Z","modified_at":"2026-01-20T05:01:56.000Z","name":"Edd Boehm","mobile_number":"446-942-2805","email_id":"Keira39@yahoo.com","dop":"2025-04-06","serial_number":"14826931466475","imei1":"14826931466475","imei2":"14826931466475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160863,"job_number":"JOB_160863","tr_customer_id":160880,"tr_customer_product_id":160870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:53.000Z","modified_at":"2026-01-20T04:59:30.000Z","name":"Alford Champlin","mobile_number":"655-837-4377","email_id":"Zakary_Bergnaum@gmail.com","dop":"2025-04-06","serial_number":"17720588465527","imei1":"17720588465527","imei2":"17720588465527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160857,"job_number":"JOB_160857","tr_customer_id":160874,"tr_customer_product_id":160864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:08.000Z","modified_at":"2026-01-20T04:58:46.000Z","name":"Kariane Effertz","mobile_number":"986-439-5531","email_id":"Stella.Friesen48@yahoo.com","dop":"2025-04-06","serial_number":"19234058064546","imei1":"19234058064546","imei2":"19234058064546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160855,"job_number":"JOB_160855","tr_customer_id":160872,"tr_customer_product_id":160862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:24.000Z","modified_at":"2026-01-20T04:58:01.000Z","name":"Grady Swaniawski","mobile_number":"795-392-3370","email_id":"Edyth.Kuhn@gmail.com","dop":"2025-04-06","serial_number":"13049590270596","imei1":"13049590270596","imei2":"13049590270596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160849,"job_number":"JOB_160849","tr_customer_id":160866,"tr_customer_product_id":160856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:26.000Z","modified_at":"2026-01-20T04:57:02.000Z","name":"Roxane Bartell","mobile_number":"797-336-5666","email_id":"Johan_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13344840822453","imei1":"13344840822453","imei2":"13344840822453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160846,"job_number":"JOB_160846","tr_customer_id":160863,"tr_customer_product_id":160853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:58.000Z","name":"Bryana Cremin","mobile_number":"842-430-0484","email_id":"Colton15@yahoo.com","dop":"2025-07-01","serial_number":"106832387946610","imei1":"106832387946610","imei2":"106832387946610","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160844,"job_number":"JOB_160844","tr_customer_id":160861,"tr_customer_product_id":160851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"Wava Corwin","mobile_number":"687-351-2568","email_id":"Mercedes94@hotmail.com","dop":"2025-07-01","serial_number":"102200459205321","imei1":"102200459205321","imei2":"102200459205321","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160830,"job_number":"JOB_160830","tr_customer_id":160847,"tr_customer_product_id":160837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:04.000Z","modified_at":"2026-01-20T04:41:43.000Z","name":"Libbie Towne","mobile_number":"633-850-5997","email_id":"Aaliyah.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"18125799178141","imei1":"18125799178141","imei2":"18125799178141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160826,"job_number":"JOB_160826","tr_customer_id":160843,"tr_customer_product_id":160833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:56.000Z","name":"Laura Muller","mobile_number":"298-335-3467","email_id":"Willy.Cruickshank67@gmail.com","dop":"2025-04-06","serial_number":"11683872509060","imei1":"11683872509060","imei2":"11683872509060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160823,"job_number":"JOB_160823","tr_customer_id":160840,"tr_customer_product_id":160830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:30.000Z","modified_at":"2026-01-20T04:40:09.000Z","name":"Randi Will","mobile_number":"624-542-6784","email_id":"Sam_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"18701073074735","imei1":"18701073074735","imei2":"18701073074735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160818,"job_number":"JOB_160818","tr_customer_id":160835,"tr_customer_product_id":160825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:09:35.000Z","name":"Ayden Boyer","mobile_number":"594-583-4014","email_id":"Dayna.Miller62@hotmail.com","dop":"2025-04-06","serial_number":"13032083626178","imei1":"13032083626178","imei2":"13032083626178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:09:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160815,"job_number":"JOB_160815","tr_customer_id":160832,"tr_customer_product_id":160822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:17.000Z","modified_at":"2026-01-20T04:08:52.000Z","name":"Eliza Schmeler","mobile_number":"823-407-8181","email_id":"Alvera_Pfeffer17@gmail.com","dop":"2025-04-06","serial_number":"13233958587184","imei1":"13233958587184","imei2":"13233958587184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160810,"job_number":"JOB_160810","tr_customer_id":160827,"tr_customer_product_id":160817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:34.000Z","modified_at":"2026-01-20T04:08:09.000Z","name":"Nathaniel Ernser","mobile_number":"861-950-4820","email_id":"Parker5@hotmail.com","dop":"2025-04-06","serial_number":"13457062170679","imei1":"13457062170679","imei2":"13457062170679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160784,"job_number":"JOB_160784","tr_customer_id":160801,"tr_customer_product_id":160791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:58:18.000Z","name":"Nash Littel","mobile_number":"473-973-2490","email_id":"Gretchen.OHara@hotmail.com","dop":"2025-04-06","serial_number":"15692227490891","imei1":"15692227490891","imei2":"15692227490891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160781,"job_number":"JOB_160781","tr_customer_id":160798,"tr_customer_product_id":160788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:58:06.000Z","name":"Andres McGlynn","mobile_number":"264-358-0056","email_id":"Kasandra.Kub@gmail.com","dop":"2025-04-06","serial_number":"12088931013405","imei1":"12088931013405","imei2":"12088931013405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160775,"job_number":"JOB_160775","tr_customer_id":160792,"tr_customer_product_id":160782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:04.000Z","modified_at":"2026-01-20T03:57:43.000Z","name":"Jerrod Dicki","mobile_number":"620-883-5824","email_id":"Veda31@yahoo.com","dop":"2025-04-06","serial_number":"13038394919944","imei1":"13038394919944","imei2":"13038394919944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160769,"job_number":"JOB_160769","tr_customer_id":160786,"tr_customer_product_id":160776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:34.000Z","name":"Kristy Kreiger","mobile_number":"805-994-4685","email_id":"Roslyn.Goyette41@hotmail.com","dop":"2025-04-06","serial_number":"10126326828087","imei1":"10126326828087","imei2":"10126326828087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160766,"job_number":"JOB_160766","tr_customer_id":160783,"tr_customer_product_id":160773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:53.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Judah Kutch","mobile_number":"999-986-2344","email_id":"Tiana.Konopelski55@gmail.com","dop":"2025-04-06","serial_number":"15209123563786","imei1":"15209123563786","imei2":"15209123563786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160763,"job_number":"JOB_160763","tr_customer_id":160780,"tr_customer_product_id":160770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:51.000Z","modified_at":"2026-01-20T03:57:30.000Z","name":"King Will","mobile_number":"653-962-2519","email_id":"Lorena.Turcotte1@yahoo.com","dop":"2025-04-06","serial_number":"13117945906486","imei1":"13117945906486","imei2":"13117945906486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160760,"job_number":"JOB_160760","tr_customer_id":160777,"tr_customer_product_id":160767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:47.000Z","modified_at":"2026-01-20T03:57:23.000Z","name":"Herbert Rempel","mobile_number":"686-684-7147","email_id":"Reyes.Feest@hotmail.com","dop":"2025-04-06","serial_number":"17670329307600","imei1":"17670329307600","imei2":"17670329307600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160757,"job_number":"JOB_160757","tr_customer_id":160774,"tr_customer_product_id":160764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Cora Prohaska","mobile_number":"283-709-1448","email_id":"Randal.Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"16405583146411","imei1":"16405583146411","imei2":"16405583146411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160748,"job_number":"JOB_160748","tr_customer_id":160765,"tr_customer_product_id":160755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:34.000Z","modified_at":"2026-01-20T03:57:12.000Z","name":"Rhea Bauch","mobile_number":"211-598-4665","email_id":"Angelo66@yahoo.com","dop":"2025-04-06","serial_number":"10718462983702","imei1":"10718462983702","imei2":"10718462983702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160745,"job_number":"JOB_160745","tr_customer_id":160762,"tr_customer_product_id":160752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:57:00.000Z","name":"Earlene Hammes","mobile_number":"248-577-1211","email_id":"Dedrick82@yahoo.com","dop":"2025-04-06","serial_number":"17142493669550","imei1":"17142493669550","imei2":"17142493669550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160739,"job_number":"JOB_160739","tr_customer_id":160756,"tr_customer_product_id":160746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"Mohammed Ankunding","mobile_number":"327-564-6405","email_id":"Destiney29@hotmail.com","dop":"2025-04-06","serial_number":"11690601597572","imei1":"11690601597572","imei2":"11690601597572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160736,"job_number":"JOB_160736","tr_customer_id":160753,"tr_customer_product_id":160743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:55.000Z","name":"Kim Runolfsdottir","mobile_number":"315-581-7202","email_id":"Everett.Schneider@gmail.com","dop":"2025-04-06","serial_number":"15677350756379","imei1":"15677350756379","imei2":"15677350756379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160733,"job_number":"JOB_160733","tr_customer_id":160750,"tr_customer_product_id":160740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:13.000Z","modified_at":"2026-01-20T03:56:49.000Z","name":"Lisa Bashirian","mobile_number":"436-522-8754","email_id":"Carmella_Hyatt@gmail.com","dop":"2025-04-06","serial_number":"11473846792107","imei1":"11473846792107","imei2":"11473846792107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160730,"job_number":"JOB_160730","tr_customer_id":160747,"tr_customer_product_id":160737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Liana Braun","mobile_number":"646-490-4954","email_id":"Napoleon.Heidenreich@yahoo.com","dop":"2025-04-06","serial_number":"12607378648273","imei1":"12607378648273","imei2":"12607378648273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160726,"job_number":"JOB_160726","tr_customer_id":160743,"tr_customer_product_id":160733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:09.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Maeve Kub","mobile_number":"952-428-3529","email_id":"Shyanne75@hotmail.com","dop":"2025-04-06","serial_number":"14051310007614","imei1":"14051310007614","imei2":"14051310007614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160724,"job_number":"JOB_160724","tr_customer_id":160741,"tr_customer_product_id":160731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Patricia Moen","mobile_number":"402-254-4415","email_id":"Tierra_Bahringer@yahoo.com","dop":"2025-04-06","serial_number":"10950885956249","imei1":"10950885956249","imei2":"10950885956249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160720,"job_number":"JOB_160720","tr_customer_id":160737,"tr_customer_product_id":160727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:43.000Z","name":"Fermin Rice","mobile_number":"351-995-0001","email_id":"Simone.White89@gmail.com","dop":"2025-04-06","serial_number":"11025084105654","imei1":"11025084105654","imei2":"11025084105654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160717,"job_number":"JOB_160717","tr_customer_id":160734,"tr_customer_product_id":160725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:39.000Z","name":"Jo Macejkovic","mobile_number":"294-947-2038","email_id":"Diamond98@gmail.com","dop":"2025-04-06","serial_number":"12647755358697","imei1":"12647755358697","imei2":"12647755358697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160715,"job_number":"JOB_160715","tr_customer_id":160732,"tr_customer_product_id":160722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Berneice Prosacco","mobile_number":"333-211-3560","email_id":"Iva55@yahoo.com","dop":"2025-04-06","serial_number":"13665050706045","imei1":"13665050706045","imei2":"13665050706045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160712,"job_number":"JOB_160712","tr_customer_id":160729,"tr_customer_product_id":160719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"Gaston Dooley","mobile_number":"716-276-4528","email_id":"Trever_Kilback@yahoo.com","dop":"2025-04-06","serial_number":"17490890061274","imei1":"17490890061274","imei2":"17490890061274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160705,"job_number":"JOB_160705","tr_customer_id":160722,"tr_customer_product_id":160712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:26.000Z","name":"Max Okuneva","mobile_number":"246-784-6521","email_id":"Evans_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"18795002889225","imei1":"18795002889225","imei2":"18795002889225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160703,"job_number":"JOB_160703","tr_customer_id":160720,"tr_customer_product_id":160710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Lilla Rutherford","mobile_number":"842-485-7828","email_id":"Madison.Leannon41@gmail.com","dop":"2025-04-06","serial_number":"10154078461907","imei1":"10154078461907","imei2":"10154078461907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160700,"job_number":"JOB_160700","tr_customer_id":160717,"tr_customer_product_id":160707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:56:16.000Z","name":"Justen Hackett","mobile_number":"525-944-5751","email_id":"Rebecca_Cronin@yahoo.com","dop":"2025-04-06","serial_number":"18267887069268","imei1":"18267887069268","imei2":"18267887069268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160693,"job_number":"JOB_160693","tr_customer_id":160710,"tr_customer_product_id":160700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:56:09.000Z","name":"Dustin Wisozk","mobile_number":"852-805-9850","email_id":"Merl67@yahoo.com","dop":"2025-04-06","serial_number":"16975628273767","imei1":"16975628273767","imei2":"16975628273767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160689,"job_number":"JOB_160689","tr_customer_id":160706,"tr_customer_product_id":160696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"Daren Steuber","mobile_number":"811-725-0076","email_id":"Catharine_Yundt9@hotmail.com","dop":"2025-04-06","serial_number":"16115333959507","imei1":"16115333959507","imei2":"16115333959507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160687,"job_number":"JOB_160687","tr_customer_id":160704,"tr_customer_product_id":160694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:05.000Z","name":"Jett Kilback","mobile_number":"947-512-7579","email_id":"Alexzander0@hotmail.com","dop":"2025-04-06","serial_number":"12462922272119","imei1":"12462922272119","imei2":"12462922272119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160680,"job_number":"JOB_160680","tr_customer_id":160697,"tr_customer_product_id":160687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Joan Moen","mobile_number":"848-841-6889","email_id":"Greyson_DuBuque@yahoo.com","dop":"2025-04-06","serial_number":"15756599570244","imei1":"15756599570244","imei2":"15756599570244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160679,"job_number":"JOB_160679","tr_customer_id":160696,"tr_customer_product_id":160686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"Robin Huel","mobile_number":"325-834-9939","email_id":"Louie_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"17089278608571","imei1":"17089278608571","imei2":"17089278608571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160677,"job_number":"JOB_160677","tr_customer_id":160694,"tr_customer_product_id":160684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Tiana Douglas","mobile_number":"371-658-4155","email_id":"Davon38@gmail.com","dop":"2025-04-06","serial_number":"11727227278790","imei1":"11727227278790","imei2":"11727227278790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160672,"job_number":"JOB_160672","tr_customer_id":160689,"tr_customer_product_id":160679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Toy Schmeler","mobile_number":"557-642-1968","email_id":"Allie.Christiansen@gmail.com","dop":"2025-04-06","serial_number":"16477856119953","imei1":"16477856119953","imei2":"16477856119953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160664,"job_number":"JOB_160664","tr_customer_id":160681,"tr_customer_product_id":160671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"Deanna Harber","mobile_number":"533-825-6563","email_id":"Boyd_Crist@gmail.com","dop":"2025-04-06","serial_number":"15826894682176","imei1":"15826894682176","imei2":"15826894682176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160659,"job_number":"JOB_160659","tr_customer_id":160676,"tr_customer_product_id":160666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:54.000Z","name":"Lydia Champlin","mobile_number":"719-970-4519","email_id":"Jarrell_Skiles55@gmail.com","dop":"2025-04-06","serial_number":"11301150804195","imei1":"11301150804195","imei2":"11301150804195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160651,"job_number":"JOB_160651","tr_customer_id":160668,"tr_customer_product_id":160658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:41.000Z","name":"Rylan Purdy","mobile_number":"539-861-2721","email_id":"Gus87@gmail.com","dop":"2025-04-06","serial_number":"12187800445466","imei1":"12187800445466","imei2":"12187800445466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160648,"job_number":"JOB_160648","tr_customer_id":160665,"tr_customer_product_id":160655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:03.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jayme Sporer","mobile_number":"514-735-2590","email_id":"Jillian_Flatley8@hotmail.com","dop":"2025-04-06","serial_number":"17994891926419","imei1":"17994891926419","imei2":"17994891926419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160644,"job_number":"JOB_160644","tr_customer_id":160661,"tr_customer_product_id":160651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Raymond Feeney","mobile_number":"239-557-5774","email_id":"Elsie_Abernathy27@yahoo.com","dop":"2025-06-18","serial_number":"10669990375106","imei1":"10669990375106","imei2":"10669990375106","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160637,"job_number":"JOB_160637","tr_customer_id":160654,"tr_customer_product_id":160644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Alana Murray","mobile_number":"694-351-5569","email_id":"Prince.Lowe85@gmail.com","dop":"2025-04-06","serial_number":"18768966249943","imei1":"18768966249943","imei2":"18768966249943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160632,"job_number":"JOB_160632","tr_customer_id":160649,"tr_customer_product_id":160639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Josefa Emard","mobile_number":"530-449-5411","email_id":"Moises57@gmail.com","dop":"2025-04-06","serial_number":"18613720555274","imei1":"18613720555274","imei2":"18613720555274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160631,"job_number":"JOB_160631","tr_customer_id":160648,"tr_customer_product_id":160638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Emory Rempel","mobile_number":"655-593-2813","email_id":"Jaden.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"14153855044136","imei1":"14153855044136","imei2":"14153855044136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160628,"job_number":"JOB_160628","tr_customer_id":160645,"tr_customer_product_id":160635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:55:17.000Z","name":"Rogers Jacobs","mobile_number":"433-904-4176","email_id":"Prudence.Goyette25@yahoo.com","dop":"2025-04-06","serial_number":"13039383107544","imei1":"13039383107544","imei2":"13039383107544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160626,"job_number":"JOB_160626","tr_customer_id":160643,"tr_customer_product_id":160633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:55:13.000Z","name":"Matt Bergnaum","mobile_number":"681-210-9492","email_id":"Eleonore.Pacocha44@yahoo.com","dop":"2025-04-06","serial_number":"16671482508600","imei1":"16671482508600","imei2":"16671482508600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160623,"job_number":"JOB_160623","tr_customer_id":160640,"tr_customer_product_id":160630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:32.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Amanda Parker","mobile_number":"220-722-5389","email_id":"Cooper.Breitenberg42@hotmail.com","dop":"2025-04-06","serial_number":"16562201700942","imei1":"16562201700942","imei2":"16562201700942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160620,"job_number":"JOB_160620","tr_customer_id":160637,"tr_customer_product_id":160627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Breanne Zemlak","mobile_number":"756-347-2340","email_id":"Linwood51@yahoo.com","dop":"2025-04-06","serial_number":"10147103235486","imei1":"10147103235486","imei2":"10147103235486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160616,"job_number":"JOB_160616","tr_customer_id":160633,"tr_customer_product_id":160623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Garnet McGlynn","mobile_number":"238-509-6798","email_id":"Maci_Larson@gmail.com","dop":"2025-04-06","serial_number":"13498008856489","imei1":"13498008856489","imei2":"13498008856489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160612,"job_number":"JOB_160612","tr_customer_id":160629,"tr_customer_product_id":160619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:55:00.000Z","name":"Lee Sanford","mobile_number":"673-681-8256","email_id":"Wilburn34@hotmail.com","dop":"2025-04-06","serial_number":"10654345518426","imei1":"10654345518426","imei2":"10654345518426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160611,"job_number":"JOB_160611","tr_customer_id":160628,"tr_customer_product_id":160618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Tess Abbott","mobile_number":"320-565-4660","email_id":"Johnathon.Casper@gmail.com","dop":"2025-04-06","serial_number":"10949405632691","imei1":"10949405632691","imei2":"10949405632691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160608,"job_number":"JOB_160608","tr_customer_id":160625,"tr_customer_product_id":160615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:50.000Z","name":"Marina Bashirian","mobile_number":"623-940-0359","email_id":"Marlen29@gmail.com","dop":"2025-06-18","serial_number":"10579544083450","imei1":"10579544083450","imei2":"10579544083450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160606,"job_number":"JOB_160606","tr_customer_id":160623,"tr_customer_product_id":160613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:03.000Z","modified_at":"2026-01-20T03:54:12.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"68973573980902","imei1":"68973573980902","imei2":"68973573980902","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160604,"job_number":"JOB_160604","tr_customer_id":160621,"tr_customer_product_id":160611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:54.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Elmo Will","mobile_number":"758-300-1219","email_id":"Aron_Frami75@gmail.com","dop":"2025-04-06","serial_number":"17795190829458","imei1":"17795190829458","imei2":"17795190829458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160602,"job_number":"JOB_160602","tr_customer_id":160619,"tr_customer_product_id":160609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:51.000Z","modified_at":"2026-01-20T03:54:00.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"51002023073889","imei1":"51002023073889","imei2":"51002023073889","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160600,"job_number":"JOB_160600","tr_customer_id":160617,"tr_customer_product_id":160607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:46.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Carson Oberbrunner","mobile_number":"274-543-1779","email_id":"Travis.Hansen18@yahoo.com","dop":"2025-04-06","serial_number":"16526521122489","imei1":"16526521122489","imei2":"16526521122489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160596,"job_number":"JOB_160596","tr_customer_id":160613,"tr_customer_product_id":160603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:49.000Z","name":"Mckenzie O'Hara","mobile_number":"794-613-0015","email_id":"Narciso94@gmail.com","dop":"2025-04-06","serial_number":"16077967050687","imei1":"16077967050687","imei2":"16077967050687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160593,"job_number":"JOB_160593","tr_customer_id":160610,"tr_customer_product_id":160600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:24.000Z","modified_at":"2026-01-20T03:49:02.000Z","name":"Raleigh Becker","mobile_number":"738-496-9000","email_id":"Jarrett_Stamm@yahoo.com","dop":"2025-04-06","serial_number":"17114659222395","imei1":"17114659222395","imei2":"17114659222395","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160590,"job_number":"JOB_160590","tr_customer_id":160607,"tr_customer_product_id":160597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:37.000Z","modified_at":"2026-01-20T03:48:16.000Z","name":"Loy Hayes","mobile_number":"842-863-2947","email_id":"Rodrigo.King83@hotmail.com","dop":"2025-04-06","serial_number":"13051514170579","imei1":"13051514170579","imei2":"13051514170579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:48:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160584,"job_number":"JOB_160584","tr_customer_id":160601,"tr_customer_product_id":160591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:01:14.000Z","name":"Tierra White","mobile_number":"887-828-1417","email_id":"Reta85@hotmail.com","dop":"2025-04-06","serial_number":"18336253126978","imei1":"18336253126978","imei2":"18336253126978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160581,"job_number":"JOB_160581","tr_customer_id":160598,"tr_customer_product_id":160588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T03:00:31.000Z","name":"Darron Russel","mobile_number":"822-843-6869","email_id":"Cheyanne.Crooks36@hotmail.com","dop":"2025-04-06","serial_number":"19609425410996","imei1":"19609425410996","imei2":"19609425410996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160578,"job_number":"JOB_160578","tr_customer_id":160595,"tr_customer_product_id":160585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:12.000Z","modified_at":"2026-01-20T02:59:47.000Z","name":"Bertha Monahan","mobile_number":"547-937-1529","email_id":"Emmalee80@yahoo.com","dop":"2025-04-06","serial_number":"16050093208099","imei1":"16050093208099","imei2":"16050093208099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160571,"job_number":"JOB_160571","tr_customer_id":160588,"tr_customer_product_id":160578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:00.000Z","modified_at":"2026-01-20T02:06:17.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678822344","imei1":"23145678822344","imei2":"23145678822344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:06:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161026,"job_number":"JOB_161026","tr_customer_id":161043,"tr_customer_product_id":161033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:39:22.000Z","name":"Myrtie Beer","mobile_number":"842-817-4574","email_id":"Sydni_Klein@hotmail.com","dop":"2000-01-31","serial_number":"10578572525089","imei1":"10578572525089","imei2":"10578572525089","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161017,"job_number":"JOB_161017","tr_customer_id":161034,"tr_customer_product_id":161024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:55.000Z","modified_at":"2026-01-20T06:38:35.000Z","name":"Gilbert Greenfelder","mobile_number":"830-738-7574","email_id":"Bridget_Kuhic77@gmail.com","dop":"2000-01-31","serial_number":"10958380351250","imei1":"10958380351250","imei2":"10958380351250","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161012,"job_number":"JOB_161012","tr_customer_id":161029,"tr_customer_product_id":161019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:38:18.000Z","name":"Felix Lubowitz","mobile_number":"806-839-4502","email_id":"Lacey_Ortiz71@hotmail.com","dop":"2025-10-21","serial_number":"19922725712491","imei1":"19922725712491","imei2":"19922725712491","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161006,"job_number":"JOB_161006","tr_customer_id":161023,"tr_customer_product_id":161013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:47.000Z","name":"Abdul Considine","mobile_number":"532-650-1115","email_id":"Darron_Fadel@gmail.com","dop":"2000-01-31","serial_number":"10825673006725","imei1":"10825673006725","imei2":"10825673006725","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161004,"job_number":"JOB_161004","tr_customer_id":161021,"tr_customer_product_id":161011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:51.000Z","modified_at":"2026-01-20T06:37:30.000Z","name":"Elizabeth Blick","mobile_number":"374-448-0659","email_id":"Gayle35@hotmail.com","dop":"2025-10-21","serial_number":"11718303970676","imei1":"11718303970676","imei2":"11718303970676","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161001,"job_number":"JOB_161001","tr_customer_id":161018,"tr_customer_product_id":161008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:20.000Z","modified_at":"2026-01-20T06:37:00.000Z","name":"Abdullah Nolan","mobile_number":"914-928-0826","email_id":"Lea.Lemke63@hotmail.com","dop":"2000-01-31","serial_number":"10241551222221","imei1":"10241551222221","imei2":"10241551222221","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160996,"job_number":"JOB_160996","tr_customer_id":161013,"tr_customer_product_id":161003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:03.000Z","modified_at":"2026-01-20T06:36:43.000Z","name":"Uriah Auer","mobile_number":"279-967-7057","email_id":"Devonte73@gmail.com","dop":"2025-10-21","serial_number":"10562899895829","imei1":"10562899895829","imei2":"10562899895829","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160806,"job_number":"JOB_160806","tr_customer_id":160823,"tr_customer_product_id":160813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:22.000Z","modified_at":"2026-01-20T04:04:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40482515834135","imei1":"40482515834135","imei2":"40482515834135","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160799,"job_number":"JOB_160799","tr_customer_id":160816,"tr_customer_product_id":160806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:50.000Z","modified_at":"2026-01-20T04:04:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40479974931377","imei1":"40479974931377","imei2":"40479974931377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160792,"job_number":"JOB_160792","tr_customer_id":160809,"tr_customer_product_id":160799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36739114669443","imei1":"36739114669443","imei2":"36739114669443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160778,"job_number":"JOB_160778","tr_customer_id":160795,"tr_customer_product_id":160785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:21.000Z","modified_at":"2026-01-20T03:57:58.000Z","name":"Kenyatta Abbott","mobile_number":"522-436-5786","email_id":"Iva.Bauch10@hotmail.com","dop":"2000-01-31","serial_number":"10864211913392","imei1":"10864211913392","imei2":"10864211913392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160751,"job_number":"JOB_160751","tr_customer_id":160768,"tr_customer_product_id":160758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:36.000Z","modified_at":"2026-01-20T03:57:13.000Z","name":"Jerrell Casper","mobile_number":"870-283-5382","email_id":"Isom_Langosh47@hotmail.com","dop":"2000-01-31","serial_number":"10472425968875","imei1":"10472425968875","imei2":"10472425968875","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160709,"job_number":"JOB_160709","tr_customer_id":160726,"tr_customer_product_id":160716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:56:28.000Z","name":"Albin Beahan","mobile_number":"706-871-1409","email_id":"Aileen_Langosh@hotmail.com","dop":"2000-01-31","serial_number":"10763766475990","imei1":"10763766475990","imei2":"10763766475990","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160662,"job_number":"JOB_160662","tr_customer_id":160679,"tr_customer_product_id":160669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:34.000Z","name":"Korey Bayer","mobile_number":"413-578-4961","email_id":"Alda_Abernathy22@gmail.com","dop":"2025-05-30","serial_number":"15525861688899","imei1":"15525861688899","imei2":"15525861688899","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160655,"job_number":"JOB_160655","tr_customer_id":160672,"tr_customer_product_id":160662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:43.000Z","name":"Kaia Runolfsson","mobile_number":"270-523-0632","email_id":"Marguerite2@yahoo.com","dop":"2000-01-31","serial_number":"10458444826611","imei1":"10458444826611","imei2":"10458444826611","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161095,"job_number":"JOB_161095","tr_customer_id":161112,"tr_customer_product_id":161102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:28:06.000Z","modified_at":"2026-01-20T07:28:17.000Z","name":"Dorris White","mobile_number":"373-451-3693","email_id":"Jonas_Ziemann91@yahoo.com","dop":"2025-11-04","serial_number":"84948656983036","imei1":"84948656983036","imei2":"84948656983036","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161094,"job_number":"JOB_161094","tr_customer_id":161111,"tr_customer_product_id":161101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:51.000Z","modified_at":"2026-01-20T07:28:02.000Z","name":"Vaughn Bartell","mobile_number":"859-321-4428","email_id":"Keeley.Pouros@hotmail.com","dop":"2025-11-04","serial_number":"73693695310275","imei1":"73693695310275","imei2":"73693695310275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161093,"job_number":"JOB_161093","tr_customer_id":161110,"tr_customer_product_id":161100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:35.000Z","modified_at":"2026-01-20T07:27:47.000Z","name":"Tobin Sporer","mobile_number":"937-302-2255","email_id":"Wava14@yahoo.com","dop":"2025-11-04","serial_number":"32962688649003","imei1":"32962688649003","imei2":"32962688649003","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160986,"job_number":"JOB_160986","tr_customer_id":161003,"tr_customer_product_id":160993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:21.000Z","modified_at":"2026-01-20T06:31:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"93953017171655","imei1":"93953017171655","imei2":"93953017171655","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160985,"job_number":"JOB_160985","tr_customer_id":161002,"tr_customer_product_id":160992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"57683807460739","imei1":"57683807460739","imei2":"57683807460739","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160981,"job_number":"JOB_160981","tr_customer_id":160998,"tr_customer_product_id":160988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:45.000Z","modified_at":"2026-01-20T06:30:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"32631170477474","imei1":"32631170477474","imei2":"32631170477474","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160953,"job_number":"JOB_160953","tr_customer_id":160970,"tr_customer_product_id":160960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:08.000Z","modified_at":"2026-01-20T06:23:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"45092320854413","imei1":"45092320854413","imei2":"45092320854413","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160952,"job_number":"JOB_160952","tr_customer_id":160969,"tr_customer_product_id":160959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:22:48.000Z","modified_at":"2026-01-20T06:23:02.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18199924839846","imei1":"18199924839846","imei2":"18199924839846","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160947,"job_number":"JOB_160947","tr_customer_id":160964,"tr_customer_product_id":160954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:47.000Z","name":"Amely Haag","mobile_number":"471-985-5259","email_id":"Beaulah_Murray@gmail.com","dop":"2025-06-09","serial_number":"104074861582239","imei1":"104074861582239","imei2":"104074861582239","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160944,"job_number":"JOB_160944","tr_customer_id":160961,"tr_customer_product_id":160951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:27.000Z","name":"Laila Satterfield","mobile_number":"704-598-7161","email_id":"Jacques.Ondricka43@gmail.com","dop":"2025-06-09","serial_number":"106035842317263","imei1":"106035842317263","imei2":"106035842317263","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160939,"job_number":"JOB_160939","tr_customer_id":160956,"tr_customer_product_id":160946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:07.000Z","name":"Leonor Williamson","mobile_number":"259-656-4318","email_id":"America_Morar@yahoo.com","dop":"2025-06-09","serial_number":"104307791422923","imei1":"104307791422923","imei2":"104307791422923","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160932,"job_number":"JOB_160932","tr_customer_id":160949,"tr_customer_product_id":160939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:40.000Z","modified_at":"2026-01-20T06:19:05.000Z","name":"Lila DuBuque","mobile_number":"355-207-8171","email_id":"Tommie_Hartmann@yahoo.com","dop":"2025-10-01","serial_number":"10065103289301","imei1":"10065103289301","imei2":"10065103289301","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160931,"job_number":"JOB_160931","tr_customer_id":160948,"tr_customer_product_id":160938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:34.000Z","modified_at":"2026-01-20T06:18:48.000Z","name":"Christ Pouros","mobile_number":"285-211-7053","email_id":"Mike.Gottlieb@hotmail.com","dop":"2025-11-04","serial_number":"62753276757184","imei1":"62753276757184","imei2":"62753276757184","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160930,"job_number":"JOB_160930","tr_customer_id":160947,"tr_customer_product_id":160937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:16.000Z","modified_at":"2026-01-20T06:18:29.000Z","name":"Reinhold Luettgen","mobile_number":"246-821-4632","email_id":"Aniya.Mann0@yahoo.com","dop":"2025-11-04","serial_number":"87715093186283","imei1":"87715093186283","imei2":"87715093186283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160927,"job_number":"JOB_160927","tr_customer_id":160944,"tr_customer_product_id":160934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:57.000Z","modified_at":"2026-01-20T06:18:11.000Z","name":"Elisha Collins","mobile_number":"573-592-0358","email_id":"Archibald.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"99264448493768","imei1":"99264448493768","imei2":"99264448493768","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160886,"job_number":"JOB_160886","tr_customer_id":160903,"tr_customer_product_id":160893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:14.000Z","modified_at":"2026-01-20T05:14:26.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11136499852741","imei1":"11136499852741","imei2":"11136499852741","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160884,"job_number":"JOB_160884","tr_customer_id":160901,"tr_customer_product_id":160891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:14:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13245457748110","imei1":"13245457748110","imei2":"13245457748110","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160882,"job_number":"JOB_160882","tr_customer_id":160899,"tr_customer_product_id":160889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:35.000Z","modified_at":"2026-01-20T05:13:46.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11146249473334","imei1":"11146249473334","imei2":"11146249473334","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160880,"job_number":"JOB_160880","tr_customer_id":160897,"tr_customer_product_id":160887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19728909788970","imei1":"19728909788970","imei2":"19728909788970","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160872,"job_number":"JOB_160872","tr_customer_id":160889,"tr_customer_product_id":160879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:05.000Z","modified_at":"2026-01-20T05:00:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10409593579836","imei1":"10409593579836","imei2":"10409593579836","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160870,"job_number":"JOB_160870","tr_customer_id":160887,"tr_customer_product_id":160877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16796171909647","imei1":"16796171909647","imei2":"16796171909647","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160868,"job_number":"JOB_160868","tr_customer_id":160885,"tr_customer_product_id":160875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17207023980733","imei1":"17207023980733","imei2":"17207023980733","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160866,"job_number":"JOB_160866","tr_customer_id":160883,"tr_customer_product_id":160873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16222334712205","imei1":"16222334712205","imei2":"16222334712205","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160862,"job_number":"JOB_160862","tr_customer_id":160879,"tr_customer_product_id":160869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18020149022183","imei1":"18020149022183","imei2":"18020149022183","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160860,"job_number":"JOB_160860","tr_customer_id":160877,"tr_customer_product_id":160867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:22.000Z","modified_at":"2026-01-20T04:58:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10427234623079","imei1":"10427234623079","imei2":"10427234623079","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160854,"job_number":"JOB_160854","tr_customer_id":160871,"tr_customer_product_id":160861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:52.000Z","modified_at":"2026-01-20T04:57:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17346727907860","imei1":"17346727907860","imei2":"17346727907860","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160852,"job_number":"JOB_160852","tr_customer_id":160869,"tr_customer_product_id":160859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:40.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12573034824456","imei1":"12573034824456","imei2":"12573034824456","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160848,"job_number":"JOB_160848","tr_customer_id":160865,"tr_customer_product_id":160855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10205200980727","imei1":"10205200980727","imei2":"10205200980727","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160842,"job_number":"JOB_160842","tr_customer_id":160859,"tr_customer_product_id":160849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11677544424941","imei1":"11677544424941","imei2":"11677544424941","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160840,"job_number":"JOB_160840","tr_customer_id":160857,"tr_customer_product_id":160847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:28.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18048668459068","imei1":"18048668459068","imei2":"18048668459068","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160838,"job_number":"JOB_160838","tr_customer_id":160855,"tr_customer_product_id":160845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:48:00.000Z","modified_at":"2026-01-20T04:48:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14994443963801","imei1":"14994443963801","imei2":"14994443963801","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160836,"job_number":"JOB_160836","tr_customer_id":160853,"tr_customer_product_id":160843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:43.000Z","modified_at":"2026-01-20T04:47:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13207774826203","imei1":"13207774826203","imei2":"13207774826203","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160834,"job_number":"JOB_160834","tr_customer_id":160851,"tr_customer_product_id":160841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19541497488305","imei1":"19541497488305","imei2":"19541497488305","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160820,"job_number":"JOB_160820","tr_customer_id":160837,"tr_customer_product_id":160827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:36.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15335617777013","imei1":"15335617777013","imei2":"15335617777013","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160812,"job_number":"JOB_160812","tr_customer_id":160829,"tr_customer_product_id":160819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16763457865736","imei1":"16763457865736","imei2":"16763457865736","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160807,"job_number":"JOB_160807","tr_customer_id":160824,"tr_customer_product_id":160814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:45.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14872978628959","imei1":"14872978628959","imei2":"14872978628959","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160771,"job_number":"JOB_160771","tr_customer_id":160788,"tr_customer_product_id":160778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:09.000Z","name":"Ubaldo Spinka","mobile_number":"984-228-1699","email_id":"Orval_Dibbert65@hotmail.com","dop":"2025-06-09","serial_number":"106811387359766","imei1":"106811387359766","imei2":"106811387359766","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160754,"job_number":"JOB_160754","tr_customer_id":160771,"tr_customer_product_id":160761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Izaiah Green","mobile_number":"947-343-0332","email_id":"Lavina55@yahoo.com","dop":"2025-06-09","serial_number":"103815193047623","imei1":"103815193047623","imei2":"103815193047623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160742,"job_number":"JOB_160742","tr_customer_id":160759,"tr_customer_product_id":160749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Reyes Orn","mobile_number":"642-758-2157","email_id":"Oceane.Herman90@yahoo.com","dop":"2025-06-09","serial_number":"109027834954066","imei1":"109027834954066","imei2":"109027834954066","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160660,"job_number":"JOB_160660","tr_customer_id":160677,"tr_customer_product_id":160667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:39.000Z","name":"Reymundo Collier","mobile_number":"430-936-9275","email_id":"Fritz39@yahoo.com","dop":"2025-10-01","serial_number":"13092724198969","imei1":"13092724198969","imei2":"13092724198969","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160639,"job_number":"JOB_160639","tr_customer_id":160656,"tr_customer_product_id":160646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:52.000Z","name":"giyu tomiaka","mobile_number":"661-306-1487","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"810129453968525","imei1":"810129453968525","imei2":"810129453968525","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160622,"job_number":"JOB_160622","tr_customer_id":160639,"tr_customer_product_id":160629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:31.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"tanjiro kamado","mobile_number":"653-494-2222","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"600147797412783","imei1":"600147797412783","imei2":"600147797412783","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160610,"job_number":"JOB_160610","tr_customer_id":160627,"tr_customer_product_id":160617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:20.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"saitama sensei","mobile_number":"429-955-6204","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"827661603137662","imei1":"827661603137662","imei2":"827661603137662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160598,"job_number":"JOB_160598","tr_customer_id":160615,"tr_customer_product_id":160605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:08.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17112240240304","imei1":"17112240240304","imei2":"17112240240304","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160574,"job_number":"JOB_160574","tr_customer_id":160591,"tr_customer_product_id":160581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:39.000Z","modified_at":"2026-01-20T01:50:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10923379255846","imei1":"10923379255846","imei2":"10923379255846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T01:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 677ms
Mean size per request: 2.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTIyNn0.58-ubYkbF5jfHet46XrtpHoy6JMXt4OX_JF4xrGYcko
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 57c07e03-0a7e-49f3-ae95-9b08dae9f871
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bbc-kKiAljQ+agt6JxG6+0N+nID2Tbg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:47:07.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T07:47:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:06.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T07:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTIyNn0.58-ubYkbF5jfHet46XrtpHoy6JMXt4OX_JF4xrGYcko
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f7918821-13b2-4622-bdd3-67acff7dfa95
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 161101
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 699ms
Mean size per request: 1.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTIyNn0.58-ubYkbF5jfHet46XrtpHoy6JMXt4OX_JF4xrGYcko
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f9b93b66-6732-43e4-9e06-6a899843261b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e1-DSWv721cxCAy6nP2t9gf42R+o2k"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:47:07.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T07:47:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2fb499e5-dbad-49d6-99f0-19631eafb4da
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-zl6MJQO2h1bGDJKTWdDr4N3gSX8"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjl9.nv8JDM9KBoC7bSedmKxoML9GffvapcK-Rv84Vl1cGRY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4ea49604-9e40-4e90-a458-1225e5fe5a28
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c45f416c-5b46-4779-8992-656147be1798
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-FDCwpcNeswl9P2W91FGeu5FJQKw"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":530},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 74eb9ebc-021a-4143-b037-7cf6d175ba46
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-5rbGT0to2gGGp28+DrmPi0gnegQ"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:08.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-20T07:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 21f589cd-f0de-48bb-a56f-9b83b789328f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-5rbGT0to2gGGp28+DrmPi0gnegQ"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:08.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-20T07:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 229446b6-f09f-4e91-9ba6-ff19c1b862d8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 161101
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a767d5e7-0ba1-4fea-b8b6-bf3b5e6626d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/161101
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMTV9.vazXmXOpk8O9czNwW2nvL2cdRBlX0176JuLCSG1th4Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 51479880-501d-4c36-aae8-7ae2ff7ce8a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a5844a90-4fbd-4411-94ad-caef6f1911d5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-124AL4BDODM0hLoJOnOXdDn7N5A"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 243ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d2c4aff3-a3f5-417b-888c-0d55b3069af4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 241ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b35cc8f0-45d5-4763-8788-8ec9352280be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3946e3d6-afb1-4e49-84a6-16ffbb017232
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 30240624-f407-4d31-af5e-ec79d63112aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 240ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 88130ea1-c55f-4c33-8b7f-1f86609c6c5c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5696c1ef-3339-46a1-b179-a0cf0f41edd4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-nvNyjaBliAbZ1uCXMbTxKlpFOOo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":530},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 240ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3fb1c0a-17ac-48e2-9f74-fe4ab7d2f882
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9660b070-af79-4b31-ab18-74ff54961044
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-nvNyjaBliAbZ1uCXMbTxKlpFOOo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":530},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token da510d9d-ebd6-4d15-b620-49c971549329
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 239ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 072f21e9-b7fc-4e54-8f36-a8dc0a3b9828
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aadb595d-f0bd-4d0f-887d-2422fe91765d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 312ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
randomnumber 328
randomFirstName Kenyon
randomLastName Beier
randomEmail Keven_Walter@hotmail.com
randomPhone 428-505-9818
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0b41158-76ab-4cf5-9c6c-78a8a2782129
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Armani",
                "last_name": "Schmidt",
                "mobile_number": "737-957-2882",
                "mobile_number_alt": "",
                "email_id": "German.Ondricka@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"14447562127947",
                "imei1": "14447562127947",
                "imei2": "14447562127947",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-j8zXn6yzc5L8hWipzvpEi2O14kE"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":161102,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":161119,"tr_customer_product_id":161109,"job_number":"JOB_161102"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 240ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
randomnumber 411
randomFirstName Christine
randomLastName Klein
randomEmail Ezekiel_Herman53@hotmail.com
randomPhone 961-412-8901
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 45588d73-3f8f-4e2a-b20b-861a5902f76a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1046
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Dean",
                "last_name": "Wiegand",
                "mobile_number": "257-219-6959",
                "mobile_number_alt": "",
                "email_id": "Jadon38@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"20678573751578",
                "imei1": "20678573751578",
                "imei2": "20678573751578",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 240ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMjF9.xi6w7QkUyhyaYiDt6EYaKW4Tiat0tZlpIsFp4Jw1uMQ
randomnumber 994
randomFirstName Elza
randomLastName Halvorson
randomEmail Lenora83@hotmail.com
randomPhone 487-816-7172
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce791cdc-ed91-48fc-bbc5-10b090cda333
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Tracey",
                "last_name": "Hirthe",
                "mobile_number": "399-825-6841",
                "mobile_number_alt": "",
                "email_id": "Floyd.Hammes85@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"14894400267532",
                "imei1": "14894400267532",
                "imei2": "14894400267532",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 240ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
randomnumber 420
randomFirstName Diamond
randomLastName Emmerich
randomEmail Iliana59@yahoo.com
randomPhone 535-754-7396
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e0f513e6-5f73-4652-a626-92da562325be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 242ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
randomnumber 985
randomFirstName Bertrand
randomLastName Paucek
randomEmail Alexie.Blanda76@yahoo.com
randomPhone 889-756-8927
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b9febf90-d95b-496d-a3bc-23a9a8ebab05
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1041
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Myrtis",
                "last_name": "Schultz",
                "mobile_number": "625-388-9456",
                "mobile_number_alt": "",
                "email_id": "Russ.Shanahan57@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000713",
                "imei1": "100000713",
                "imei2": "100000713",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 240ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
randomnumber 4
randomFirstName Augustine
randomLastName Muller
randomEmail Antwon8@gmail.com
randomPhone 313-348-5311
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 514b1437-b6cc-476d-84e8-685e6837a569
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5af9a216-89e6-4173-b08d-de3e793da57f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-TZYOuOiGoLAezCaGNGgd6i/38PQ"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":531},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 633ms
Mean size per request: 515.31KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4ebc0f07-f532-4e91-a844-e37a32b604ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"80d41-ngUuxuRWbPSS3t3SgBr4YwxJ0vs"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:47:07.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T07:47:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161075,"job_number":"JOB_161075","tr_customer_id":161092,"tr_customer_product_id":161082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:12.000Z","modified_at":"2026-01-20T07:06:52.000Z","name":"Durward Rodriguez","mobile_number":"477-669-0599","email_id":"Jakob.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18465852724682","imei1":"18465852724682","imei2":"18465852724682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161073,"job_number":"JOB_161073","tr_customer_id":161090,"tr_customer_product_id":161080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:24.000Z","modified_at":"2026-01-20T07:06:04.000Z","name":"Sylvan Jerde","mobile_number":"714-207-6248","email_id":"Nadia_Feeney98@yahoo.com","dop":"2025-04-06","serial_number":"13334146092861","imei1":"13334146092861","imei2":"13334146092861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161071,"job_number":"JOB_161071","tr_customer_id":161088,"tr_customer_product_id":161078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:36.000Z","modified_at":"2026-01-20T07:05:17.000Z","name":"Nick Krajcik","mobile_number":"502-841-0852","email_id":"Marianne_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"16671586047956","imei1":"16671586047956","imei2":"16671586047956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161069,"job_number":"JOB_161069","tr_customer_id":161086,"tr_customer_product_id":161076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:05.000Z","modified_at":"2026-01-20T07:04:44.000Z","name":"Malcolm Spinka","mobile_number":"568-232-2476","email_id":"Fausto_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"18596294703540","imei1":"18596294703540","imei2":"18596294703540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161065,"job_number":"JOB_161065","tr_customer_id":161082,"tr_customer_product_id":161072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:27.000Z","modified_at":"2026-01-20T06:52:10.000Z","name":"Lucile Greenfelder","mobile_number":"252-551-6225","email_id":"Brisa.Lind15@hotmail.com","dop":"2025-04-06","serial_number":"15826904670288","imei1":"15826904670288","imei2":"15826904670288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161062,"job_number":"JOB_161062","tr_customer_id":161079,"tr_customer_product_id":161069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:51:18.000Z","name":"Kendrick Mitchell","mobile_number":"836-399-2145","email_id":"Ellsworth38@gmail.com","dop":"2025-04-06","serial_number":"14974711835673","imei1":"14974711835673","imei2":"14974711835673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161058,"job_number":"JOB_161058","tr_customer_id":161075,"tr_customer_product_id":161065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:50.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Flossie Russel","mobile_number":"788-564-9689","email_id":"Eden62@gmail.com","dop":"2025-04-06","serial_number":"18987473383927","imei1":"18987473383927","imei2":"18987473383927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161056,"job_number":"JOB_161056","tr_customer_id":161073,"tr_customer_product_id":161063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:50:27.000Z","name":"Amira Mills","mobile_number":"287-628-4398","email_id":"Paxton_Gulgowski17@hotmail.com","dop":"2025-04-06","serial_number":"14332171312563","imei1":"14332171312563","imei2":"14332171312563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161053,"job_number":"JOB_161053","tr_customer_id":161070,"tr_customer_product_id":161060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:23.000Z","modified_at":"2026-01-20T06:46:07.000Z","name":"Mara Jacobson","mobile_number":"565-420-3305","email_id":"Raquel92@hotmail.com","dop":"2025-04-06","serial_number":"16913593555369","imei1":"16913593555369","imei2":"16913593555369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161051,"job_number":"JOB_161051","tr_customer_id":161068,"tr_customer_product_id":161058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:51.000Z","name":"Gus Jacobs","mobile_number":"480-225-2957","email_id":"Amya58@yahoo.com","dop":"2025-04-06","serial_number":"10344026741304","imei1":"10344026741304","imei2":"10344026741304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161048,"job_number":"JOB_161048","tr_customer_id":161065,"tr_customer_product_id":161055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:27.000Z","modified_at":"2026-01-20T06:45:05.000Z","name":"Jarrell O'Reilly","mobile_number":"257-211-0848","email_id":"Jerel75@gmail.com","dop":"2025-04-06","serial_number":"12485721464309","imei1":"12485721464309","imei2":"12485721464309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161046,"job_number":"JOB_161046","tr_customer_id":161063,"tr_customer_product_id":161053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Lavon Kessler","mobile_number":"361-482-2191","email_id":"Viola.Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"10513131621022","imei1":"10513131621022","imei2":"10513131621022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161043,"job_number":"JOB_161043","tr_customer_id":161060,"tr_customer_product_id":161050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Granville Gislason","mobile_number":"383-631-7724","email_id":"Laurine5@yahoo.com","dop":"2025-04-06","serial_number":"10317495453205","imei1":"10317495453205","imei2":"10317495453205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161040,"job_number":"JOB_161040","tr_customer_id":161057,"tr_customer_product_id":161047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:37.000Z","modified_at":"2026-01-20T06:44:15.000Z","name":"Darryl Hilll","mobile_number":"952-771-5601","email_id":"Jerrell.Bruen12@yahoo.com","dop":"2025-04-06","serial_number":"10382276496605","imei1":"10382276496605","imei2":"10382276496605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161036,"job_number":"JOB_161036","tr_customer_id":161053,"tr_customer_product_id":161043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:29.000Z","modified_at":"2026-01-20T06:44:10.000Z","name":"Damion Corkery","mobile_number":"693-963-1163","email_id":"Rogelio11@gmail.com","dop":"2025-04-06","serial_number":"19002195293440","imei1":"19002195293440","imei2":"19002195293440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161033,"job_number":"JOB_161033","tr_customer_id":161050,"tr_customer_product_id":161040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:43:29.000Z","name":"Newell Trantow","mobile_number":"734-822-7316","email_id":"Carey99@gmail.com","dop":"2025-04-06","serial_number":"15331183534878","imei1":"15331183534878","imei2":"15331183534878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161029,"job_number":"JOB_161029","tr_customer_id":161046,"tr_customer_product_id":161036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:14.000Z","modified_at":"2026-01-20T06:39:52.000Z","name":"Jameson Schumm","mobile_number":"747-310-1122","email_id":"Lupe_King44@hotmail.com","dop":"2025-04-06","serial_number":"12466296560606","imei1":"12466296560606","imei2":"12466296560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161023,"job_number":"JOB_161023","tr_customer_id":161040,"tr_customer_product_id":161030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:39:06.000Z","name":"Vergie Considine","mobile_number":"486-428-4848","email_id":"Eula.Nitzsche62@hotmail.com","dop":"2025-04-06","serial_number":"11824231509787","imei1":"11824231509787","imei2":"11824231509787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161020,"job_number":"JOB_161020","tr_customer_id":161037,"tr_customer_product_id":161027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:56.000Z","name":"Sister Harber","mobile_number":"729-849-7940","email_id":"Laurel.Schuster49@gmail.com","dop":"2025-04-06","serial_number":"10688829553303","imei1":"10688829553303","imei2":"10688829553303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161014,"job_number":"JOB_161014","tr_customer_id":161031,"tr_customer_product_id":161021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:38:21.000Z","name":"Leta Moen","mobile_number":"791-978-1410","email_id":"Charlie.Kihn@hotmail.com","dop":"2025-04-06","serial_number":"13077663256895","imei1":"13077663256895","imei2":"13077663256895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161009,"job_number":"JOB_161009","tr_customer_id":161026,"tr_customer_product_id":161016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:13.000Z","modified_at":"2026-01-20T06:38:00.000Z","name":"Ryley O'Hara","mobile_number":"621-672-4793","email_id":"Gavin.Hamill48@gmail.com","dop":"2025-04-06","serial_number":"19447333116384","imei1":"19447333116384","imei2":"19447333116384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160998,"job_number":"JOB_160998","tr_customer_id":161015,"tr_customer_product_id":161005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:37:04.000Z","name":"Carmel Cruickshank","mobile_number":"325-584-3015","email_id":"Sadye_Steuber87@gmail.com","dop":"2025-04-06","serial_number":"12970918002180","imei1":"12970918002180","imei2":"12970918002180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160993,"job_number":"JOB_160993","tr_customer_id":161010,"tr_customer_product_id":161000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:29.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"Reese Reinger","mobile_number":"624-738-4751","email_id":"Julio94@hotmail.com","dop":"2025-04-06","serial_number":"19185796710184","imei1":"19185796710184","imei2":"19185796710184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160991,"job_number":"JOB_160991","tr_customer_id":161008,"tr_customer_product_id":160998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:42.000Z","modified_at":"2026-01-20T06:33:24.000Z","name":"Sedrick Howell","mobile_number":"638-624-0780","email_id":"Leopoldo_Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"11690173158295","imei1":"11690173158295","imei2":"11690173158295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160988,"job_number":"JOB_160988","tr_customer_id":161005,"tr_customer_product_id":160995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:52.000Z","modified_at":"2026-01-20T06:32:34.000Z","name":"Elvera Daniel","mobile_number":"387-804-6113","email_id":"Cullen_Shanahan86@hotmail.com","dop":"2025-04-06","serial_number":"14277294902585","imei1":"14277294902585","imei2":"14277294902585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160983,"job_number":"JOB_160983","tr_customer_id":161000,"tr_customer_product_id":160990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:43.000Z","name":"Horacio Howe","mobile_number":"776-538-5361","email_id":"Ocie.Will42@hotmail.com","dop":"2025-04-06","serial_number":"18229187004120","imei1":"18229187004120","imei2":"18229187004120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160979,"job_number":"JOB_160979","tr_customer_id":160996,"tr_customer_product_id":160986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:31:07.000Z","name":"Holden Wuckert","mobile_number":"257-995-3094","email_id":"Tristin.Rau1@hotmail.com","dop":"2025-04-06","serial_number":"17444730596904","imei1":"17444730596904","imei2":"17444730596904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160975,"job_number":"JOB_160975","tr_customer_id":160992,"tr_customer_product_id":160982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:30:11.000Z","name":"Julius Cremin","mobile_number":"504-933-4274","email_id":"Elza.Klein@hotmail.com","dop":"2025-04-06","serial_number":"18806580934662","imei1":"18806580934662","imei2":"18806580934662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160972,"job_number":"JOB_160972","tr_customer_id":160989,"tr_customer_product_id":160979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:28.000Z","modified_at":"2026-01-20T06:29:15.000Z","name":"Consuelo D'Amore","mobile_number":"361-436-6251","email_id":"Lavada_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"14712879301723","imei1":"14712879301723","imei2":"14712879301723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160968,"job_number":"JOB_160968","tr_customer_id":160985,"tr_customer_product_id":160975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:59.000Z","name":"Precious Bergstrom","mobile_number":"377-912-7115","email_id":"Penelope_Schmeler88@hotmail.com","dop":"2025-04-06","serial_number":"16350137461194","imei1":"16350137461194","imei2":"16350137461194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160965,"job_number":"JOB_160965","tr_customer_id":160982,"tr_customer_product_id":160972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:27:07.000Z","name":"Kayden O'Keefe","mobile_number":"921-986-0534","email_id":"Adolphus_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14528372872197","imei1":"14528372872197","imei2":"14528372872197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160961,"job_number":"JOB_160961","tr_customer_id":160978,"tr_customer_product_id":160968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:26:15.000Z","name":"Aimee Keeling","mobile_number":"435-863-7570","email_id":"Helmer78@yahoo.com","dop":"2025-04-06","serial_number":"16942125953565","imei1":"16942125953565","imei2":"16942125953565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160958,"job_number":"JOB_160958","tr_customer_id":160975,"tr_customer_product_id":160965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:25:19.000Z","name":"Donavon Rutherford","mobile_number":"297-528-6767","email_id":"Laurel96@gmail.com","dop":"2025-06-18","serial_number":"10060455463642","imei1":"10060455463642","imei2":"10060455463642","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160955,"job_number":"JOB_160955","tr_customer_id":160972,"tr_customer_product_id":160962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:24:31.000Z","name":"Lyla Hilpert","mobile_number":"441-604-5984","email_id":"Murl_OKon51@hotmail.com","dop":"2025-06-18","serial_number":"10195039073993","imei1":"10195039073993","imei2":"10195039073993","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160950,"job_number":"JOB_160950","tr_customer_id":160967,"tr_customer_product_id":160957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:22:15.000Z","name":"Daisy Torp","mobile_number":"624-321-5346","email_id":"Catherine86@hotmail.com","dop":"2025-04-06","serial_number":"13771357377253","imei1":"13771357377253","imei2":"13771357377253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160938,"job_number":"JOB_160938","tr_customer_id":160955,"tr_customer_product_id":160945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:30.000Z","name":"Edgar Schiller","mobile_number":"595-720-0133","email_id":"Shirley.Miller3@hotmail.com","dop":"2025-04-06","serial_number":"13516181343173","imei1":"13516181343173","imei2":"13516181343173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160934,"job_number":"JOB_160934","tr_customer_id":160951,"tr_customer_product_id":160941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:44.000Z","name":"Hal Raynor","mobile_number":"830-629-5868","email_id":"Elmore_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"11763153772664","imei1":"11763153772664","imei2":"11763153772664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160920,"job_number":"JOB_160920","tr_customer_id":160937,"tr_customer_product_id":160927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:27.000Z","modified_at":"2026-01-20T05:59:06.000Z","name":"Penelope Padberg","mobile_number":"331-994-5305","email_id":"Carson73@gmail.com","dop":"2025-04-06","serial_number":"18648853049040","imei1":"18648853049040","imei2":"18648853049040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160917,"job_number":"JOB_160917","tr_customer_id":160934,"tr_customer_product_id":160924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:58:19.000Z","name":"Cara Mills","mobile_number":"551-424-5734","email_id":"Elsa.Bashirian@gmail.com","dop":"2025-04-06","serial_number":"10385527754579","imei1":"10385527754579","imei2":"10385527754579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160914,"job_number":"JOB_160914","tr_customer_id":160931,"tr_customer_product_id":160921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:57:31.000Z","name":"Ruby Swaniawski","mobile_number":"591-742-3748","email_id":"Nicolas21@hotmail.com","dop":"2025-04-06","serial_number":"15125482433876","imei1":"15125482433876","imei2":"15125482433876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160909,"job_number":"JOB_160909","tr_customer_id":160926,"tr_customer_product_id":160916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:44:00.000Z","name":"Lexie O'Reilly","mobile_number":"326-442-5784","email_id":"Cristal.McKenzie39@hotmail.com","dop":"2025-04-13","serial_number":"10938580167605","imei1":"10938580167605","imei2":"10938580167605","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160906,"job_number":"JOB_160906","tr_customer_id":160923,"tr_customer_product_id":160913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:55.000Z","name":"Buford Jacobs","mobile_number":"841-424-9354","email_id":"Ruthie.Terry@yahoo.com","dop":"2025-04-13","serial_number":"10411803993723","imei1":"10411803993723","imei2":"10411803993723","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160903,"job_number":"JOB_160903","tr_customer_id":160920,"tr_customer_product_id":160910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:50.000Z","name":"Brant Dickinson","mobile_number":"915-896-4985","email_id":"Bella.Schmidt@yahoo.com","dop":"2025-04-13","serial_number":"10919908868526","imei1":"10919908868526","imei2":"10919908868526","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160897,"job_number":"JOB_160897","tr_customer_id":160914,"tr_customer_product_id":160904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:22:11.000Z","name":"Jazmin Grimes","mobile_number":"729-284-3158","email_id":"Carli_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"14970965690048","imei1":"14970965690048","imei2":"14970965690048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:22:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160893,"job_number":"JOB_160893","tr_customer_id":160910,"tr_customer_product_id":160900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:21:22.000Z","name":"Yvonne Anderson","mobile_number":"432-290-1991","email_id":"Sydnee.Hansen@gmail.com","dop":"2025-04-06","serial_number":"13875356421511","imei1":"13875356421511","imei2":"13875356421511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160890,"job_number":"JOB_160890","tr_customer_id":160907,"tr_customer_product_id":160897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:53.000Z","modified_at":"2026-01-20T05:20:33.000Z","name":"Nickolas Feest","mobile_number":"289-745-3429","email_id":"Caden_Brekke79@hotmail.com","dop":"2025-04-06","serial_number":"16975907232226","imei1":"16975907232226","imei2":"16975907232226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160888,"job_number":"JOB_160888","tr_customer_id":160905,"tr_customer_product_id":160895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:31.000Z","modified_at":"2026-01-20T05:18:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12890590944132","imei2":"12890590944132","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160875,"job_number":"JOB_160875","tr_customer_id":160892,"tr_customer_product_id":160882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:38.000Z","modified_at":"2026-01-20T05:02:18.000Z","name":"Hermina Hegmann","mobile_number":"234-629-1542","email_id":"Piper76@yahoo.com","dop":"2025-04-06","serial_number":"10480872435763","imei1":"10480872435763","imei2":"10480872435763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160873,"job_number":"JOB_160873","tr_customer_id":160890,"tr_customer_product_id":160880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:19.000Z","modified_at":"2026-01-20T05:01:56.000Z","name":"Edd Boehm","mobile_number":"446-942-2805","email_id":"Keira39@yahoo.com","dop":"2025-04-06","serial_number":"14826931466475","imei1":"14826931466475","imei2":"14826931466475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160863,"job_number":"JOB_160863","tr_customer_id":160880,"tr_customer_product_id":160870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:53.000Z","modified_at":"2026-01-20T04:59:30.000Z","name":"Alford Champlin","mobile_number":"655-837-4377","email_id":"Zakary_Bergnaum@gmail.com","dop":"2025-04-06","serial_number":"17720588465527","imei1":"17720588465527","imei2":"17720588465527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160857,"job_number":"JOB_160857","tr_customer_id":160874,"tr_customer_product_id":160864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:08.000Z","modified_at":"2026-01-20T04:58:46.000Z","name":"Kariane Effertz","mobile_number":"986-439-5531","email_id":"Stella.Friesen48@yahoo.com","dop":"2025-04-06","serial_number":"19234058064546","imei1":"19234058064546","imei2":"19234058064546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160855,"job_number":"JOB_160855","tr_customer_id":160872,"tr_customer_product_id":160862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:24.000Z","modified_at":"2026-01-20T04:58:01.000Z","name":"Grady Swaniawski","mobile_number":"795-392-3370","email_id":"Edyth.Kuhn@gmail.com","dop":"2025-04-06","serial_number":"13049590270596","imei1":"13049590270596","imei2":"13049590270596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160849,"job_number":"JOB_160849","tr_customer_id":160866,"tr_customer_product_id":160856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:26.000Z","modified_at":"2026-01-20T04:57:02.000Z","name":"Roxane Bartell","mobile_number":"797-336-5666","email_id":"Johan_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13344840822453","imei1":"13344840822453","imei2":"13344840822453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160846,"job_number":"JOB_160846","tr_customer_id":160863,"tr_customer_product_id":160853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:58.000Z","name":"Bryana Cremin","mobile_number":"842-430-0484","email_id":"Colton15@yahoo.com","dop":"2025-07-01","serial_number":"106832387946610","imei1":"106832387946610","imei2":"106832387946610","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160844,"job_number":"JOB_160844","tr_customer_id":160861,"tr_customer_product_id":160851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"Wava Corwin","mobile_number":"687-351-2568","email_id":"Mercedes94@hotmail.com","dop":"2025-07-01","serial_number":"102200459205321","imei1":"102200459205321","imei2":"102200459205321","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160830,"job_number":"JOB_160830","tr_customer_id":160847,"tr_customer_product_id":160837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:04.000Z","modified_at":"2026-01-20T04:41:43.000Z","name":"Libbie Towne","mobile_number":"633-850-5997","email_id":"Aaliyah.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"18125799178141","imei1":"18125799178141","imei2":"18125799178141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160826,"job_number":"JOB_160826","tr_customer_id":160843,"tr_customer_product_id":160833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:56.000Z","name":"Laura Muller","mobile_number":"298-335-3467","email_id":"Willy.Cruickshank67@gmail.com","dop":"2025-04-06","serial_number":"11683872509060","imei1":"11683872509060","imei2":"11683872509060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160823,"job_number":"JOB_160823","tr_customer_id":160840,"tr_customer_product_id":160830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:30.000Z","modified_at":"2026-01-20T04:40:09.000Z","name":"Randi Will","mobile_number":"624-542-6784","email_id":"Sam_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"18701073074735","imei1":"18701073074735","imei2":"18701073074735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160818,"job_number":"JOB_160818","tr_customer_id":160835,"tr_customer_product_id":160825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:09:35.000Z","name":"Ayden Boyer","mobile_number":"594-583-4014","email_id":"Dayna.Miller62@hotmail.com","dop":"2025-04-06","serial_number":"13032083626178","imei1":"13032083626178","imei2":"13032083626178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:09:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160815,"job_number":"JOB_160815","tr_customer_id":160832,"tr_customer_product_id":160822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:17.000Z","modified_at":"2026-01-20T04:08:52.000Z","name":"Eliza Schmeler","mobile_number":"823-407-8181","email_id":"Alvera_Pfeffer17@gmail.com","dop":"2025-04-06","serial_number":"13233958587184","imei1":"13233958587184","imei2":"13233958587184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160810,"job_number":"JOB_160810","tr_customer_id":160827,"tr_customer_product_id":160817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:34.000Z","modified_at":"2026-01-20T04:08:09.000Z","name":"Nathaniel Ernser","mobile_number":"861-950-4820","email_id":"Parker5@hotmail.com","dop":"2025-04-06","serial_number":"13457062170679","imei1":"13457062170679","imei2":"13457062170679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160784,"job_number":"JOB_160784","tr_customer_id":160801,"tr_customer_product_id":160791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:58:18.000Z","name":"Nash Littel","mobile_number":"473-973-2490","email_id":"Gretchen.OHara@hotmail.com","dop":"2025-04-06","serial_number":"15692227490891","imei1":"15692227490891","imei2":"15692227490891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160781,"job_number":"JOB_160781","tr_customer_id":160798,"tr_customer_product_id":160788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:58:06.000Z","name":"Andres McGlynn","mobile_number":"264-358-0056","email_id":"Kasandra.Kub@gmail.com","dop":"2025-04-06","serial_number":"12088931013405","imei1":"12088931013405","imei2":"12088931013405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160775,"job_number":"JOB_160775","tr_customer_id":160792,"tr_customer_product_id":160782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:04.000Z","modified_at":"2026-01-20T03:57:43.000Z","name":"Jerrod Dicki","mobile_number":"620-883-5824","email_id":"Veda31@yahoo.com","dop":"2025-04-06","serial_number":"13038394919944","imei1":"13038394919944","imei2":"13038394919944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160769,"job_number":"JOB_160769","tr_customer_id":160786,"tr_customer_product_id":160776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:34.000Z","name":"Kristy Kreiger","mobile_number":"805-994-4685","email_id":"Roslyn.Goyette41@hotmail.com","dop":"2025-04-06","serial_number":"10126326828087","imei1":"10126326828087","imei2":"10126326828087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160766,"job_number":"JOB_160766","tr_customer_id":160783,"tr_customer_product_id":160773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:53.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Judah Kutch","mobile_number":"999-986-2344","email_id":"Tiana.Konopelski55@gmail.com","dop":"2025-04-06","serial_number":"15209123563786","imei1":"15209123563786","imei2":"15209123563786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160763,"job_number":"JOB_160763","tr_customer_id":160780,"tr_customer_product_id":160770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:51.000Z","modified_at":"2026-01-20T03:57:30.000Z","name":"King Will","mobile_number":"653-962-2519","email_id":"Lorena.Turcotte1@yahoo.com","dop":"2025-04-06","serial_number":"13117945906486","imei1":"13117945906486","imei2":"13117945906486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160760,"job_number":"JOB_160760","tr_customer_id":160777,"tr_customer_product_id":160767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:47.000Z","modified_at":"2026-01-20T03:57:23.000Z","name":"Herbert Rempel","mobile_number":"686-684-7147","email_id":"Reyes.Feest@hotmail.com","dop":"2025-04-06","serial_number":"17670329307600","imei1":"17670329307600","imei2":"17670329307600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160757,"job_number":"JOB_160757","tr_customer_id":160774,"tr_customer_product_id":160764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Cora Prohaska","mobile_number":"283-709-1448","email_id":"Randal.Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"16405583146411","imei1":"16405583146411","imei2":"16405583146411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160748,"job_number":"JOB_160748","tr_customer_id":160765,"tr_customer_product_id":160755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:34.000Z","modified_at":"2026-01-20T03:57:12.000Z","name":"Rhea Bauch","mobile_number":"211-598-4665","email_id":"Angelo66@yahoo.com","dop":"2025-04-06","serial_number":"10718462983702","imei1":"10718462983702","imei2":"10718462983702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160745,"job_number":"JOB_160745","tr_customer_id":160762,"tr_customer_product_id":160752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:57:00.000Z","name":"Earlene Hammes","mobile_number":"248-577-1211","email_id":"Dedrick82@yahoo.com","dop":"2025-04-06","serial_number":"17142493669550","imei1":"17142493669550","imei2":"17142493669550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160739,"job_number":"JOB_160739","tr_customer_id":160756,"tr_customer_product_id":160746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"Mohammed Ankunding","mobile_number":"327-564-6405","email_id":"Destiney29@hotmail.com","dop":"2025-04-06","serial_number":"11690601597572","imei1":"11690601597572","imei2":"11690601597572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160736,"job_number":"JOB_160736","tr_customer_id":160753,"tr_customer_product_id":160743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:55.000Z","name":"Kim Runolfsdottir","mobile_number":"315-581-7202","email_id":"Everett.Schneider@gmail.com","dop":"2025-04-06","serial_number":"15677350756379","imei1":"15677350756379","imei2":"15677350756379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160733,"job_number":"JOB_160733","tr_customer_id":160750,"tr_customer_product_id":160740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:13.000Z","modified_at":"2026-01-20T03:56:49.000Z","name":"Lisa Bashirian","mobile_number":"436-522-8754","email_id":"Carmella_Hyatt@gmail.com","dop":"2025-04-06","serial_number":"11473846792107","imei1":"11473846792107","imei2":"11473846792107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160730,"job_number":"JOB_160730","tr_customer_id":160747,"tr_customer_product_id":160737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Liana Braun","mobile_number":"646-490-4954","email_id":"Napoleon.Heidenreich@yahoo.com","dop":"2025-04-06","serial_number":"12607378648273","imei1":"12607378648273","imei2":"12607378648273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160726,"job_number":"JOB_160726","tr_customer_id":160743,"tr_customer_product_id":160733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:09.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Maeve Kub","mobile_number":"952-428-3529","email_id":"Shyanne75@hotmail.com","dop":"2025-04-06","serial_number":"14051310007614","imei1":"14051310007614","imei2":"14051310007614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160724,"job_number":"JOB_160724","tr_customer_id":160741,"tr_customer_product_id":160731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Patricia Moen","mobile_number":"402-254-4415","email_id":"Tierra_Bahringer@yahoo.com","dop":"2025-04-06","serial_number":"10950885956249","imei1":"10950885956249","imei2":"10950885956249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160720,"job_number":"JOB_160720","tr_customer_id":160737,"tr_customer_product_id":160727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:43.000Z","name":"Fermin Rice","mobile_number":"351-995-0001","email_id":"Simone.White89@gmail.com","dop":"2025-04-06","serial_number":"11025084105654","imei1":"11025084105654","imei2":"11025084105654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160717,"job_number":"JOB_160717","tr_customer_id":160734,"tr_customer_product_id":160725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:39.000Z","name":"Jo Macejkovic","mobile_number":"294-947-2038","email_id":"Diamond98@gmail.com","dop":"2025-04-06","serial_number":"12647755358697","imei1":"12647755358697","imei2":"12647755358697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160715,"job_number":"JOB_160715","tr_customer_id":160732,"tr_customer_product_id":160722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Berneice Prosacco","mobile_number":"333-211-3560","email_id":"Iva55@yahoo.com","dop":"2025-04-06","serial_number":"13665050706045","imei1":"13665050706045","imei2":"13665050706045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160712,"job_number":"JOB_160712","tr_customer_id":160729,"tr_customer_product_id":160719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"Gaston Dooley","mobile_number":"716-276-4528","email_id":"Trever_Kilback@yahoo.com","dop":"2025-04-06","serial_number":"17490890061274","imei1":"17490890061274","imei2":"17490890061274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160705,"job_number":"JOB_160705","tr_customer_id":160722,"tr_customer_product_id":160712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:26.000Z","name":"Max Okuneva","mobile_number":"246-784-6521","email_id":"Evans_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"18795002889225","imei1":"18795002889225","imei2":"18795002889225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160703,"job_number":"JOB_160703","tr_customer_id":160720,"tr_customer_product_id":160710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Lilla Rutherford","mobile_number":"842-485-7828","email_id":"Madison.Leannon41@gmail.com","dop":"2025-04-06","serial_number":"10154078461907","imei1":"10154078461907","imei2":"10154078461907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160700,"job_number":"JOB_160700","tr_customer_id":160717,"tr_customer_product_id":160707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:56:16.000Z","name":"Justen Hackett","mobile_number":"525-944-5751","email_id":"Rebecca_Cronin@yahoo.com","dop":"2025-04-06","serial_number":"18267887069268","imei1":"18267887069268","imei2":"18267887069268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160693,"job_number":"JOB_160693","tr_customer_id":160710,"tr_customer_product_id":160700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:56:09.000Z","name":"Dustin Wisozk","mobile_number":"852-805-9850","email_id":"Merl67@yahoo.com","dop":"2025-04-06","serial_number":"16975628273767","imei1":"16975628273767","imei2":"16975628273767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160689,"job_number":"JOB_160689","tr_customer_id":160706,"tr_customer_product_id":160696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"Daren Steuber","mobile_number":"811-725-0076","email_id":"Catharine_Yundt9@hotmail.com","dop":"2025-04-06","serial_number":"16115333959507","imei1":"16115333959507","imei2":"16115333959507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160687,"job_number":"JOB_160687","tr_customer_id":160704,"tr_customer_product_id":160694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:05.000Z","name":"Jett Kilback","mobile_number":"947-512-7579","email_id":"Alexzander0@hotmail.com","dop":"2025-04-06","serial_number":"12462922272119","imei1":"12462922272119","imei2":"12462922272119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160680,"job_number":"JOB_160680","tr_customer_id":160697,"tr_customer_product_id":160687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Joan Moen","mobile_number":"848-841-6889","email_id":"Greyson_DuBuque@yahoo.com","dop":"2025-04-06","serial_number":"15756599570244","imei1":"15756599570244","imei2":"15756599570244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160679,"job_number":"JOB_160679","tr_customer_id":160696,"tr_customer_product_id":160686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"Robin Huel","mobile_number":"325-834-9939","email_id":"Louie_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"17089278608571","imei1":"17089278608571","imei2":"17089278608571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160677,"job_number":"JOB_160677","tr_customer_id":160694,"tr_customer_product_id":160684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Tiana Douglas","mobile_number":"371-658-4155","email_id":"Davon38@gmail.com","dop":"2025-04-06","serial_number":"11727227278790","imei1":"11727227278790","imei2":"11727227278790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160672,"job_number":"JOB_160672","tr_customer_id":160689,"tr_customer_product_id":160679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Toy Schmeler","mobile_number":"557-642-1968","email_id":"Allie.Christiansen@gmail.com","dop":"2025-04-06","serial_number":"16477856119953","imei1":"16477856119953","imei2":"16477856119953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160664,"job_number":"JOB_160664","tr_customer_id":160681,"tr_customer_product_id":160671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"Deanna Harber","mobile_number":"533-825-6563","email_id":"Boyd_Crist@gmail.com","dop":"2025-04-06","serial_number":"15826894682176","imei1":"15826894682176","imei2":"15826894682176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160659,"job_number":"JOB_160659","tr_customer_id":160676,"tr_customer_product_id":160666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:54.000Z","name":"Lydia Champlin","mobile_number":"719-970-4519","email_id":"Jarrell_Skiles55@gmail.com","dop":"2025-04-06","serial_number":"11301150804195","imei1":"11301150804195","imei2":"11301150804195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160651,"job_number":"JOB_160651","tr_customer_id":160668,"tr_customer_product_id":160658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:41.000Z","name":"Rylan Purdy","mobile_number":"539-861-2721","email_id":"Gus87@gmail.com","dop":"2025-04-06","serial_number":"12187800445466","imei1":"12187800445466","imei2":"12187800445466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160648,"job_number":"JOB_160648","tr_customer_id":160665,"tr_customer_product_id":160655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:03.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jayme Sporer","mobile_number":"514-735-2590","email_id":"Jillian_Flatley8@hotmail.com","dop":"2025-04-06","serial_number":"17994891926419","imei1":"17994891926419","imei2":"17994891926419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160644,"job_number":"JOB_160644","tr_customer_id":160661,"tr_customer_product_id":160651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Raymond Feeney","mobile_number":"239-557-5774","email_id":"Elsie_Abernathy27@yahoo.com","dop":"2025-06-18","serial_number":"10669990375106","imei1":"10669990375106","imei2":"10669990375106","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160637,"job_number":"JOB_160637","tr_customer_id":160654,"tr_customer_product_id":160644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Alana Murray","mobile_number":"694-351-5569","email_id":"Prince.Lowe85@gmail.com","dop":"2025-04-06","serial_number":"18768966249943","imei1":"18768966249943","imei2":"18768966249943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160632,"job_number":"JOB_160632","tr_customer_id":160649,"tr_customer_product_id":160639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Josefa Emard","mobile_number":"530-449-5411","email_id":"Moises57@gmail.com","dop":"2025-04-06","serial_number":"18613720555274","imei1":"18613720555274","imei2":"18613720555274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160631,"job_number":"JOB_160631","tr_customer_id":160648,"tr_customer_product_id":160638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Emory Rempel","mobile_number":"655-593-2813","email_id":"Jaden.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"14153855044136","imei1":"14153855044136","imei2":"14153855044136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160628,"job_number":"JOB_160628","tr_customer_id":160645,"tr_customer_product_id":160635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:55:17.000Z","name":"Rogers Jacobs","mobile_number":"433-904-4176","email_id":"Prudence.Goyette25@yahoo.com","dop":"2025-04-06","serial_number":"13039383107544","imei1":"13039383107544","imei2":"13039383107544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160626,"job_number":"JOB_160626","tr_customer_id":160643,"tr_customer_product_id":160633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:55:13.000Z","name":"Matt Bergnaum","mobile_number":"681-210-9492","email_id":"Eleonore.Pacocha44@yahoo.com","dop":"2025-04-06","serial_number":"16671482508600","imei1":"16671482508600","imei2":"16671482508600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160623,"job_number":"JOB_160623","tr_customer_id":160640,"tr_customer_product_id":160630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:32.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Amanda Parker","mobile_number":"220-722-5389","email_id":"Cooper.Breitenberg42@hotmail.com","dop":"2025-04-06","serial_number":"16562201700942","imei1":"16562201700942","imei2":"16562201700942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160620,"job_number":"JOB_160620","tr_customer_id":160637,"tr_customer_product_id":160627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Breanne Zemlak","mobile_number":"756-347-2340","email_id":"Linwood51@yahoo.com","dop":"2025-04-06","serial_number":"10147103235486","imei1":"10147103235486","imei2":"10147103235486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160616,"job_number":"JOB_160616","tr_customer_id":160633,"tr_customer_product_id":160623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Garnet McGlynn","mobile_number":"238-509-6798","email_id":"Maci_Larson@gmail.com","dop":"2025-04-06","serial_number":"13498008856489","imei1":"13498008856489","imei2":"13498008856489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160612,"job_number":"JOB_160612","tr_customer_id":160629,"tr_customer_product_id":160619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:55:00.000Z","name":"Lee Sanford","mobile_number":"673-681-8256","email_id":"Wilburn34@hotmail.com","dop":"2025-04-06","serial_number":"10654345518426","imei1":"10654345518426","imei2":"10654345518426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160611,"job_number":"JOB_160611","tr_customer_id":160628,"tr_customer_product_id":160618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Tess Abbott","mobile_number":"320-565-4660","email_id":"Johnathon.Casper@gmail.com","dop":"2025-04-06","serial_number":"10949405632691","imei1":"10949405632691","imei2":"10949405632691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160608,"job_number":"JOB_160608","tr_customer_id":160625,"tr_customer_product_id":160615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:50.000Z","name":"Marina Bashirian","mobile_number":"623-940-0359","email_id":"Marlen29@gmail.com","dop":"2025-06-18","serial_number":"10579544083450","imei1":"10579544083450","imei2":"10579544083450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160606,"job_number":"JOB_160606","tr_customer_id":160623,"tr_customer_product_id":160613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:03.000Z","modified_at":"2026-01-20T03:54:12.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"68973573980902","imei1":"68973573980902","imei2":"68973573980902","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160604,"job_number":"JOB_160604","tr_customer_id":160621,"tr_customer_product_id":160611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:54.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Elmo Will","mobile_number":"758-300-1219","email_id":"Aron_Frami75@gmail.com","dop":"2025-04-06","serial_number":"17795190829458","imei1":"17795190829458","imei2":"17795190829458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160602,"job_number":"JOB_160602","tr_customer_id":160619,"tr_customer_product_id":160609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:51.000Z","modified_at":"2026-01-20T03:54:00.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"51002023073889","imei1":"51002023073889","imei2":"51002023073889","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160600,"job_number":"JOB_160600","tr_customer_id":160617,"tr_customer_product_id":160607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:46.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Carson Oberbrunner","mobile_number":"274-543-1779","email_id":"Travis.Hansen18@yahoo.com","dop":"2025-04-06","serial_number":"16526521122489","imei1":"16526521122489","imei2":"16526521122489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160596,"job_number":"JOB_160596","tr_customer_id":160613,"tr_customer_product_id":160603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:49.000Z","name":"Mckenzie O'Hara","mobile_number":"794-613-0015","email_id":"Narciso94@gmail.com","dop":"2025-04-06","serial_number":"16077967050687","imei1":"16077967050687","imei2":"16077967050687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160593,"job_number":"JOB_160593","tr_customer_id":160610,"tr_customer_product_id":160600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:24.000Z","modified_at":"2026-01-20T03:49:02.000Z","name":"Raleigh Becker","mobile_number":"738-496-9000","email_id":"Jarrett_Stamm@yahoo.com","dop":"2025-04-06","serial_number":"17114659222395","imei1":"17114659222395","imei2":"17114659222395","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160590,"job_number":"JOB_160590","tr_customer_id":160607,"tr_customer_product_id":160597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:37.000Z","modified_at":"2026-01-20T03:48:16.000Z","name":"Loy Hayes","mobile_number":"842-863-2947","email_id":"Rodrigo.King83@hotmail.com","dop":"2025-04-06","serial_number":"13051514170579","imei1":"13051514170579","imei2":"13051514170579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:48:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160584,"job_number":"JOB_160584","tr_customer_id":160601,"tr_customer_product_id":160591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:01:14.000Z","name":"Tierra White","mobile_number":"887-828-1417","email_id":"Reta85@hotmail.com","dop":"2025-04-06","serial_number":"18336253126978","imei1":"18336253126978","imei2":"18336253126978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160581,"job_number":"JOB_160581","tr_customer_id":160598,"tr_customer_product_id":160588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T03:00:31.000Z","name":"Darron Russel","mobile_number":"822-843-6869","email_id":"Cheyanne.Crooks36@hotmail.com","dop":"2025-04-06","serial_number":"19609425410996","imei1":"19609425410996","imei2":"19609425410996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160578,"job_number":"JOB_160578","tr_customer_id":160595,"tr_customer_product_id":160585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:12.000Z","modified_at":"2026-01-20T02:59:47.000Z","name":"Bertha Monahan","mobile_number":"547-937-1529","email_id":"Emmalee80@yahoo.com","dop":"2025-04-06","serial_number":"16050093208099","imei1":"16050093208099","imei2":"16050093208099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160571,"job_number":"JOB_160571","tr_customer_id":160588,"tr_customer_product_id":160578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:00.000Z","modified_at":"2026-01-20T02:06:17.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678822344","imei1":"23145678822344","imei2":"23145678822344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:06:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161026,"job_number":"JOB_161026","tr_customer_id":161043,"tr_customer_product_id":161033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:39:22.000Z","name":"Myrtie Beer","mobile_number":"842-817-4574","email_id":"Sydni_Klein@hotmail.com","dop":"2000-01-31","serial_number":"10578572525089","imei1":"10578572525089","imei2":"10578572525089","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161017,"job_number":"JOB_161017","tr_customer_id":161034,"tr_customer_product_id":161024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:55.000Z","modified_at":"2026-01-20T06:38:35.000Z","name":"Gilbert Greenfelder","mobile_number":"830-738-7574","email_id":"Bridget_Kuhic77@gmail.com","dop":"2000-01-31","serial_number":"10958380351250","imei1":"10958380351250","imei2":"10958380351250","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161012,"job_number":"JOB_161012","tr_customer_id":161029,"tr_customer_product_id":161019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:38:18.000Z","name":"Felix Lubowitz","mobile_number":"806-839-4502","email_id":"Lacey_Ortiz71@hotmail.com","dop":"2025-10-21","serial_number":"19922725712491","imei1":"19922725712491","imei2":"19922725712491","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161006,"job_number":"JOB_161006","tr_customer_id":161023,"tr_customer_product_id":161013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:47.000Z","name":"Abdul Considine","mobile_number":"532-650-1115","email_id":"Darron_Fadel@gmail.com","dop":"2000-01-31","serial_number":"10825673006725","imei1":"10825673006725","imei2":"10825673006725","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161004,"job_number":"JOB_161004","tr_customer_id":161021,"tr_customer_product_id":161011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:51.000Z","modified_at":"2026-01-20T06:37:30.000Z","name":"Elizabeth Blick","mobile_number":"374-448-0659","email_id":"Gayle35@hotmail.com","dop":"2025-10-21","serial_number":"11718303970676","imei1":"11718303970676","imei2":"11718303970676","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161001,"job_number":"JOB_161001","tr_customer_id":161018,"tr_customer_product_id":161008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:20.000Z","modified_at":"2026-01-20T06:37:00.000Z","name":"Abdullah Nolan","mobile_number":"914-928-0826","email_id":"Lea.Lemke63@hotmail.com","dop":"2000-01-31","serial_number":"10241551222221","imei1":"10241551222221","imei2":"10241551222221","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160996,"job_number":"JOB_160996","tr_customer_id":161013,"tr_customer_product_id":161003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:03.000Z","modified_at":"2026-01-20T06:36:43.000Z","name":"Uriah Auer","mobile_number":"279-967-7057","email_id":"Devonte73@gmail.com","dop":"2025-10-21","serial_number":"10562899895829","imei1":"10562899895829","imei2":"10562899895829","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160806,"job_number":"JOB_160806","tr_customer_id":160823,"tr_customer_product_id":160813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:22.000Z","modified_at":"2026-01-20T04:04:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40482515834135","imei1":"40482515834135","imei2":"40482515834135","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160799,"job_number":"JOB_160799","tr_customer_id":160816,"tr_customer_product_id":160806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:50.000Z","modified_at":"2026-01-20T04:04:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40479974931377","imei1":"40479974931377","imei2":"40479974931377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160792,"job_number":"JOB_160792","tr_customer_id":160809,"tr_customer_product_id":160799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36739114669443","imei1":"36739114669443","imei2":"36739114669443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160778,"job_number":"JOB_160778","tr_customer_id":160795,"tr_customer_product_id":160785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:21.000Z","modified_at":"2026-01-20T03:57:58.000Z","name":"Kenyatta Abbott","mobile_number":"522-436-5786","email_id":"Iva.Bauch10@hotmail.com","dop":"2000-01-31","serial_number":"10864211913392","imei1":"10864211913392","imei2":"10864211913392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160751,"job_number":"JOB_160751","tr_customer_id":160768,"tr_customer_product_id":160758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:36.000Z","modified_at":"2026-01-20T03:57:13.000Z","name":"Jerrell Casper","mobile_number":"870-283-5382","email_id":"Isom_Langosh47@hotmail.com","dop":"2000-01-31","serial_number":"10472425968875","imei1":"10472425968875","imei2":"10472425968875","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160709,"job_number":"JOB_160709","tr_customer_id":160726,"tr_customer_product_id":160716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:56:28.000Z","name":"Albin Beahan","mobile_number":"706-871-1409","email_id":"Aileen_Langosh@hotmail.com","dop":"2000-01-31","serial_number":"10763766475990","imei1":"10763766475990","imei2":"10763766475990","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160662,"job_number":"JOB_160662","tr_customer_id":160679,"tr_customer_product_id":160669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:34.000Z","name":"Korey Bayer","mobile_number":"413-578-4961","email_id":"Alda_Abernathy22@gmail.com","dop":"2025-05-30","serial_number":"15525861688899","imei1":"15525861688899","imei2":"15525861688899","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160655,"job_number":"JOB_160655","tr_customer_id":160672,"tr_customer_product_id":160662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:43.000Z","name":"Kaia Runolfsson","mobile_number":"270-523-0632","email_id":"Marguerite2@yahoo.com","dop":"2000-01-31","serial_number":"10458444826611","imei1":"10458444826611","imei2":"10458444826611","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:14.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:10.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161095,"job_number":"JOB_161095","tr_customer_id":161112,"tr_customer_product_id":161102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:28:06.000Z","modified_at":"2026-01-20T07:28:17.000Z","name":"Dorris White","mobile_number":"373-451-3693","email_id":"Jonas_Ziemann91@yahoo.com","dop":"2025-11-04","serial_number":"84948656983036","imei1":"84948656983036","imei2":"84948656983036","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161094,"job_number":"JOB_161094","tr_customer_id":161111,"tr_customer_product_id":161101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:51.000Z","modified_at":"2026-01-20T07:28:02.000Z","name":"Vaughn Bartell","mobile_number":"859-321-4428","email_id":"Keeley.Pouros@hotmail.com","dop":"2025-11-04","serial_number":"73693695310275","imei1":"73693695310275","imei2":"73693695310275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161093,"job_number":"JOB_161093","tr_customer_id":161110,"tr_customer_product_id":161100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:35.000Z","modified_at":"2026-01-20T07:27:47.000Z","name":"Tobin Sporer","mobile_number":"937-302-2255","email_id":"Wava14@yahoo.com","dop":"2025-11-04","serial_number":"32962688649003","imei1":"32962688649003","imei2":"32962688649003","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160986,"job_number":"JOB_160986","tr_customer_id":161003,"tr_customer_product_id":160993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:21.000Z","modified_at":"2026-01-20T06:31:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"93953017171655","imei1":"93953017171655","imei2":"93953017171655","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160985,"job_number":"JOB_160985","tr_customer_id":161002,"tr_customer_product_id":160992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"57683807460739","imei1":"57683807460739","imei2":"57683807460739","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160981,"job_number":"JOB_160981","tr_customer_id":160998,"tr_customer_product_id":160988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:45.000Z","modified_at":"2026-01-20T06:30:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"32631170477474","imei1":"32631170477474","imei2":"32631170477474","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160953,"job_number":"JOB_160953","tr_customer_id":160970,"tr_customer_product_id":160960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:08.000Z","modified_at":"2026-01-20T06:23:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"45092320854413","imei1":"45092320854413","imei2":"45092320854413","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160952,"job_number":"JOB_160952","tr_customer_id":160969,"tr_customer_product_id":160959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:22:48.000Z","modified_at":"2026-01-20T06:23:02.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18199924839846","imei1":"18199924839846","imei2":"18199924839846","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160947,"job_number":"JOB_160947","tr_customer_id":160964,"tr_customer_product_id":160954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:47.000Z","name":"Amely Haag","mobile_number":"471-985-5259","email_id":"Beaulah_Murray@gmail.com","dop":"2025-06-09","serial_number":"104074861582239","imei1":"104074861582239","imei2":"104074861582239","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160944,"job_number":"JOB_160944","tr_customer_id":160961,"tr_customer_product_id":160951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:27.000Z","name":"Laila Satterfield","mobile_number":"704-598-7161","email_id":"Jacques.Ondricka43@gmail.com","dop":"2025-06-09","serial_number":"106035842317263","imei1":"106035842317263","imei2":"106035842317263","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160939,"job_number":"JOB_160939","tr_customer_id":160956,"tr_customer_product_id":160946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:07.000Z","name":"Leonor Williamson","mobile_number":"259-656-4318","email_id":"America_Morar@yahoo.com","dop":"2025-06-09","serial_number":"104307791422923","imei1":"104307791422923","imei2":"104307791422923","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160932,"job_number":"JOB_160932","tr_customer_id":160949,"tr_customer_product_id":160939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:40.000Z","modified_at":"2026-01-20T06:19:05.000Z","name":"Lila DuBuque","mobile_number":"355-207-8171","email_id":"Tommie_Hartmann@yahoo.com","dop":"2025-10-01","serial_number":"10065103289301","imei1":"10065103289301","imei2":"10065103289301","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160931,"job_number":"JOB_160931","tr_customer_id":160948,"tr_customer_product_id":160938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:34.000Z","modified_at":"2026-01-20T06:18:48.000Z","name":"Christ Pouros","mobile_number":"285-211-7053","email_id":"Mike.Gottlieb@hotmail.com","dop":"2025-11-04","serial_number":"62753276757184","imei1":"62753276757184","imei2":"62753276757184","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160930,"job_number":"JOB_160930","tr_customer_id":160947,"tr_customer_product_id":160937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:16.000Z","modified_at":"2026-01-20T06:18:29.000Z","name":"Reinhold Luettgen","mobile_number":"246-821-4632","email_id":"Aniya.Mann0@yahoo.com","dop":"2025-11-04","serial_number":"87715093186283","imei1":"87715093186283","imei2":"87715093186283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160927,"job_number":"JOB_160927","tr_customer_id":160944,"tr_customer_product_id":160934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:57.000Z","modified_at":"2026-01-20T06:18:11.000Z","name":"Elisha Collins","mobile_number":"573-592-0358","email_id":"Archibald.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"99264448493768","imei1":"99264448493768","imei2":"99264448493768","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160886,"job_number":"JOB_160886","tr_customer_id":160903,"tr_customer_product_id":160893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:14.000Z","modified_at":"2026-01-20T05:14:26.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11136499852741","imei1":"11136499852741","imei2":"11136499852741","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160884,"job_number":"JOB_160884","tr_customer_id":160901,"tr_customer_product_id":160891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:14:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13245457748110","imei1":"13245457748110","imei2":"13245457748110","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160882,"job_number":"JOB_160882","tr_customer_id":160899,"tr_customer_product_id":160889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:35.000Z","modified_at":"2026-01-20T05:13:46.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11146249473334","imei1":"11146249473334","imei2":"11146249473334","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160880,"job_number":"JOB_160880","tr_customer_id":160897,"tr_customer_product_id":160887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19728909788970","imei1":"19728909788970","imei2":"19728909788970","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160872,"job_number":"JOB_160872","tr_customer_id":160889,"tr_customer_product_id":160879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:05.000Z","modified_at":"2026-01-20T05:00:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10409593579836","imei1":"10409593579836","imei2":"10409593579836","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160870,"job_number":"JOB_160870","tr_customer_id":160887,"tr_customer_product_id":160877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16796171909647","imei1":"16796171909647","imei2":"16796171909647","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160868,"job_number":"JOB_160868","tr_customer_id":160885,"tr_customer_product_id":160875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17207023980733","imei1":"17207023980733","imei2":"17207023980733","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160866,"job_number":"JOB_160866","tr_customer_id":160883,"tr_customer_product_id":160873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16222334712205","imei1":"16222334712205","imei2":"16222334712205","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160862,"job_number":"JOB_160862","tr_customer_id":160879,"tr_customer_product_id":160869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18020149022183","imei1":"18020149022183","imei2":"18020149022183","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160860,"job_number":"JOB_160860","tr_customer_id":160877,"tr_customer_product_id":160867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:22.000Z","modified_at":"2026-01-20T04:58:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10427234623079","imei1":"10427234623079","imei2":"10427234623079","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160854,"job_number":"JOB_160854","tr_customer_id":160871,"tr_customer_product_id":160861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:52.000Z","modified_at":"2026-01-20T04:57:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17346727907860","imei1":"17346727907860","imei2":"17346727907860","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160852,"job_number":"JOB_160852","tr_customer_id":160869,"tr_customer_product_id":160859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:40.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12573034824456","imei1":"12573034824456","imei2":"12573034824456","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160848,"job_number":"JOB_160848","tr_customer_id":160865,"tr_customer_product_id":160855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10205200980727","imei1":"10205200980727","imei2":"10205200980727","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160842,"job_number":"JOB_160842","tr_customer_id":160859,"tr_customer_product_id":160849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11677544424941","imei1":"11677544424941","imei2":"11677544424941","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160840,"job_number":"JOB_160840","tr_customer_id":160857,"tr_customer_product_id":160847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:28.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18048668459068","imei1":"18048668459068","imei2":"18048668459068","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160838,"job_number":"JOB_160838","tr_customer_id":160855,"tr_customer_product_id":160845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:48:00.000Z","modified_at":"2026-01-20T04:48:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14994443963801","imei1":"14994443963801","imei2":"14994443963801","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160836,"job_number":"JOB_160836","tr_customer_id":160853,"tr_customer_product_id":160843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:43.000Z","modified_at":"2026-01-20T04:47:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13207774826203","imei1":"13207774826203","imei2":"13207774826203","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160834,"job_number":"JOB_160834","tr_customer_id":160851,"tr_customer_product_id":160841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19541497488305","imei1":"19541497488305","imei2":"19541497488305","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160820,"job_number":"JOB_160820","tr_customer_id":160837,"tr_customer_product_id":160827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:36.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15335617777013","imei1":"15335617777013","imei2":"15335617777013","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160812,"job_number":"JOB_160812","tr_customer_id":160829,"tr_customer_product_id":160819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16763457865736","imei1":"16763457865736","imei2":"16763457865736","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160807,"job_number":"JOB_160807","tr_customer_id":160824,"tr_customer_product_id":160814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:45.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14872978628959","imei1":"14872978628959","imei2":"14872978628959","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160771,"job_number":"JOB_160771","tr_customer_id":160788,"tr_customer_product_id":160778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:09.000Z","name":"Ubaldo Spinka","mobile_number":"984-228-1699","email_id":"Orval_Dibbert65@hotmail.com","dop":"2025-06-09","serial_number":"106811387359766","imei1":"106811387359766","imei2":"106811387359766","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160754,"job_number":"JOB_160754","tr_customer_id":160771,"tr_customer_product_id":160761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Izaiah Green","mobile_number":"947-343-0332","email_id":"Lavina55@yahoo.com","dop":"2025-06-09","serial_number":"103815193047623","imei1":"103815193047623","imei2":"103815193047623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160742,"job_number":"JOB_160742","tr_customer_id":160759,"tr_customer_product_id":160749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Reyes Orn","mobile_number":"642-758-2157","email_id":"Oceane.Herman90@yahoo.com","dop":"2025-06-09","serial_number":"109027834954066","imei1":"109027834954066","imei2":"109027834954066","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160660,"job_number":"JOB_160660","tr_customer_id":160677,"tr_customer_product_id":160667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:39.000Z","name":"Reymundo Collier","mobile_number":"430-936-9275","email_id":"Fritz39@yahoo.com","dop":"2025-10-01","serial_number":"13092724198969","imei1":"13092724198969","imei2":"13092724198969","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160639,"job_number":"JOB_160639","tr_customer_id":160656,"tr_customer_product_id":160646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:52.000Z","name":"giyu tomiaka","mobile_number":"661-306-1487","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"810129453968525","imei1":"810129453968525","imei2":"810129453968525","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160622,"job_number":"JOB_160622","tr_customer_id":160639,"tr_customer_product_id":160629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:31.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"tanjiro kamado","mobile_number":"653-494-2222","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"600147797412783","imei1":"600147797412783","imei2":"600147797412783","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160610,"job_number":"JOB_160610","tr_customer_id":160627,"tr_customer_product_id":160617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:20.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"saitama sensei","mobile_number":"429-955-6204","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"827661603137662","imei1":"827661603137662","imei2":"827661603137662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160598,"job_number":"JOB_160598","tr_customer_id":160615,"tr_customer_product_id":160605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:08.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17112240240304","imei1":"17112240240304","imei2":"17112240240304","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160574,"job_number":"JOB_160574","tr_customer_id":160591,"tr_customer_product_id":160581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:39.000Z","modified_at":"2026-01-20T01:50:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10923379255846","imei1":"10923379255846","imei2":"10923379255846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T01:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 303ef9c4-559e-4728-8dd4-7fd91a47112d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/161102
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d27e8ce-e643-4089-b82d-fbc618a0fcfe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8d888769-167f-451a-90f3-75d52154cc19
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-LOKwcAZvLNdC4S5sX0Dk3CGdhEA"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzh9.fadHpMtoCY-qtdUzyJsvbbLeTg08vQWyu-i8o3OoZ2A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzh9.fadHpMtoCY-qtdUzyJsvbbLeTg08vQWyu-i8o3OoZ2A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1854412-365d-4563-b730-d64f835d0b81
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 309ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzh9.fadHpMtoCY-qtdUzyJsvbbLeTg08vQWyu-i8o3OoZ2A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aab516ee-7ea0-4e8b-8203-1a946ef2546e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-GnIFwSjGg2TGrJW3P203IE2tfjo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":356},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 304ms
Mean size per request: 346.08KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fb1001ef-fdb2-4743-a949-ee0ac1008644
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"56850-odGMcRcOtEsnPwZcsJ84c7wgoM4"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160567,"job_number":"JOB_160567","tr_customer_id":160584,"tr_customer_product_id":160574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:42:11.000Z","modified_at":"2026-01-19T23:42:11.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-09T23:42:11.091960390Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160566,"job_number":"JOB_160566","tr_customer_id":160583,"tr_customer_product_id":160573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:47.000Z","modified_at":"2026-01-19T23:39:47.000Z","name":"Bela Kapoor","mobile_number":"7098077415","email_id":"agastya.tandon@yahoo.co.in","dop":"2026-01-09","serial_number":"693987320305435","imei1":"693987320305435","imei2":"693987320305435","popurl":"www.rajinder-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160565,"job_number":"JOB_160565","tr_customer_id":160582,"tr_customer_product_id":160572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:46.000Z","modified_at":"2026-01-19T23:39:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-09T23:39:46.296755848Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:14.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160569,"job_number":"JOB_160569","tr_customer_id":160586,"tr_customer_product_id":160576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:55.000Z","modified_at":"2026-01-19T23:55:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elaina_Cormier8@gmail.com","dop":"2025-07-02","serial_number":"17825806088389","imei1":"17825806088389","imei2":"17825806088389","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160568,"job_number":"JOB_160568","tr_customer_id":160585,"tr_customer_product_id":160575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:51.000Z","modified_at":"2026-01-19T23:55:51.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Wilford.Kozey@hotmail.com","dop":"2025-07-02","serial_number":"11901896964544","imei1":"11901896964544","imei2":"11901896964544","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160564,"job_number":"JOB_160564","tr_customer_id":160581,"tr_customer_product_id":160571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:23:00.000Z","modified_at":"2026-01-19T23:23:00.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ryleigh.Kub@hotmail.com","dop":"2025-07-02","serial_number":"15659736430896","imei1":"15659736430896","imei2":"15659736430896","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160563,"job_number":"JOB_160563","tr_customer_id":160580,"tr_customer_product_id":160570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T21:28:18.000Z","modified_at":"2026-01-19T21:28:18.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Charity.Conn82@yahoo.com","dop":"2025-07-02","serial_number":"18919391268877","imei1":"18919391268877","imei2":"18919391268877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T21:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 241ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzh9.fadHpMtoCY-qtdUzyJsvbbLeTg08vQWyu-i8o3OoZ2A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dc6c12c0-17cc-45c3-a5b7-8aa7e26d95f2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzh9.fadHpMtoCY-qtdUzyJsvbbLeTg08vQWyu-i8o3OoZ2A
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b20ebdb2-8cef-47bf-b577-77686a4739f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 161102,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 312ms
Mean size per request: 345.1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzh9.fadHpMtoCY-qtdUzyJsvbbLeTg08vQWyu-i8o3OoZ2A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8f1a3691-859a-409f-b19c-e19860d5478c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5646a-AbkTuD1JzCFlkpuPZL881tvGt/0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160567,"job_number":"JOB_160567","tr_customer_id":160584,"tr_customer_product_id":160574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:42:11.000Z","modified_at":"2026-01-19T23:42:11.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-09T23:42:11.091960390Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160566,"job_number":"JOB_160566","tr_customer_id":160583,"tr_customer_product_id":160573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:47.000Z","modified_at":"2026-01-19T23:39:47.000Z","name":"Bela Kapoor","mobile_number":"7098077415","email_id":"agastya.tandon@yahoo.co.in","dop":"2026-01-09","serial_number":"693987320305435","imei1":"693987320305435","imei2":"693987320305435","popurl":"www.rajinder-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160565,"job_number":"JOB_160565","tr_customer_id":160582,"tr_customer_product_id":160572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:46.000Z","modified_at":"2026-01-19T23:39:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-09T23:39:46.296755848Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160569,"job_number":"JOB_160569","tr_customer_id":160586,"tr_customer_product_id":160576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:55.000Z","modified_at":"2026-01-19T23:55:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elaina_Cormier8@gmail.com","dop":"2025-07-02","serial_number":"17825806088389","imei1":"17825806088389","imei2":"17825806088389","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160568,"job_number":"JOB_160568","tr_customer_id":160585,"tr_customer_product_id":160575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:51.000Z","modified_at":"2026-01-19T23:55:51.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Wilford.Kozey@hotmail.com","dop":"2025-07-02","serial_number":"11901896964544","imei1":"11901896964544","imei2":"11901896964544","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160564,"job_number":"JOB_160564","tr_customer_id":160581,"tr_customer_product_id":160571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:23:00.000Z","modified_at":"2026-01-19T23:23:00.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ryleigh.Kub@hotmail.com","dop":"2025-07-02","serial_number":"15659736430896","imei1":"15659736430896","imei2":"15659736430896","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160563,"job_number":"JOB_160563","tr_customer_id":160580,"tr_customer_product_id":160570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T21:28:18.000Z","modified_at":"2026-01-19T21:28:18.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Charity.Conn82@yahoo.com","dop":"2025-07-02","serial_number":"18919391268877","imei1":"18919391268877","imei2":"18919391268877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T21:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4c7d3668-1a23-47d9-8743-39fd87a32964
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-NV29kBJDuQy2dhglFggpjiTRNXQ"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDB9.i-vXP9S768lTSg9EErX4VxwW_tofGE7mEilGUgzNBxE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDB9.i-vXP9S768lTSg9EErX4VxwW_tofGE7mEilGUgzNBxE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea11783d-a2cb-47be-a303-afd12ed901a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDB9.i-vXP9S768lTSg9EErX4VxwW_tofGE7mEilGUgzNBxE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 29087013-adb3-48c8-a21f-451c78d02c3b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-JieLkV1oL3bXgggSJGH0/8aE3ws"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":181}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDB9.i-vXP9S768lTSg9EErX4VxwW_tofGE7mEilGUgzNBxE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2aef5a87-c35a-4d52-8d89-6b543e21a3aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c1-GYXV5lOtReKY/wWzaai9dCMkLg0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:19.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T07:47:19.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDB9.i-vXP9S768lTSg9EErX4VxwW_tofGE7mEilGUgzNBxE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d590f9c2-1fc7-45d1-bfc2-99301c00216f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 495ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDB9.i-vXP9S768lTSg9EErX4VxwW_tofGE7mEilGUgzNBxE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2722e754-6ba2-43bc-b093-3fcde0173403
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"954-kJeZl36r03cFfzi/h/5cHVcZvIc"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:19.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T07:47:19.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":161102,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-20T07:47:14.000Z"}],"quatations":[]},{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":160922,"remark":"Apps are opening slowly","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-20T05:58:41.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDB9.i-vXP9S768lTSg9EErX4VxwW_tofGE7mEilGUgzNBxE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f1c759b4-ee16-42e6-9aa8-ca57ad23c6f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDB9.i-vXP9S768lTSg9EErX4VxwW_tofGE7mEilGUgzNBxE
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d35d7438-3950-4723-a9db-76319933e933
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":161102,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0a731583-0894-4e83-a4bc-f2b12f5c767a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-hup1Wns/pbrMbl3DR0QbscboloY"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI0Mn0.9P86Z9-vLpLxWq-_KU2s8vvvF3ZGvQKYrt1F0N2wvSM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI0Mn0.9P86Z9-vLpLxWq-_KU2s8vvvF3ZGvQKYrt1F0N2wvSM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26af8554-f9b1-4ab8-a308-1973f38ecf04
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI0Mn0.9P86Z9-vLpLxWq-_KU2s8vvvF3ZGvQKYrt1F0N2wvSM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7597a0f1-0db6-4d9e-a817-abbe70f50fe4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-gVi1zu8f13Pj3BCRYCi1n8ExPxA"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":180},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI0Mn0.9P86Z9-vLpLxWq-_KU2s8vvvF3ZGvQKYrt1F0N2wvSM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f18a9096-8f2d-4511-a71d-a4d6be27987b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 174.16KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI0Mn0.9P86Z9-vLpLxWq-_KU2s8vvvF3ZGvQKYrt1F0N2wvSM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2da0f0b1-ca8f-47e6-96bb-361b16aece9e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2b8a7-N28uqLsp9r5wkBsv0YYHgtiSGbA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:47:18.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-20T07:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161075,"job_number":"JOB_161075","tr_customer_id":161092,"tr_customer_product_id":161082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:12.000Z","modified_at":"2026-01-20T07:06:52.000Z","name":"Durward Rodriguez","mobile_number":"477-669-0599","email_id":"Jakob.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18465852724682","imei1":"18465852724682","imei2":"18465852724682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161073,"job_number":"JOB_161073","tr_customer_id":161090,"tr_customer_product_id":161080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:24.000Z","modified_at":"2026-01-20T07:06:04.000Z","name":"Sylvan Jerde","mobile_number":"714-207-6248","email_id":"Nadia_Feeney98@yahoo.com","dop":"2025-04-06","serial_number":"13334146092861","imei1":"13334146092861","imei2":"13334146092861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161071,"job_number":"JOB_161071","tr_customer_id":161088,"tr_customer_product_id":161078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:36.000Z","modified_at":"2026-01-20T07:05:17.000Z","name":"Nick Krajcik","mobile_number":"502-841-0852","email_id":"Marianne_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"16671586047956","imei1":"16671586047956","imei2":"16671586047956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161069,"job_number":"JOB_161069","tr_customer_id":161086,"tr_customer_product_id":161076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:05.000Z","modified_at":"2026-01-20T07:04:44.000Z","name":"Malcolm Spinka","mobile_number":"568-232-2476","email_id":"Fausto_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"18596294703540","imei1":"18596294703540","imei2":"18596294703540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161065,"job_number":"JOB_161065","tr_customer_id":161082,"tr_customer_product_id":161072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:27.000Z","modified_at":"2026-01-20T06:52:10.000Z","name":"Lucile Greenfelder","mobile_number":"252-551-6225","email_id":"Brisa.Lind15@hotmail.com","dop":"2025-04-06","serial_number":"15826904670288","imei1":"15826904670288","imei2":"15826904670288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161062,"job_number":"JOB_161062","tr_customer_id":161079,"tr_customer_product_id":161069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:51:18.000Z","name":"Kendrick Mitchell","mobile_number":"836-399-2145","email_id":"Ellsworth38@gmail.com","dop":"2025-04-06","serial_number":"14974711835673","imei1":"14974711835673","imei2":"14974711835673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161058,"job_number":"JOB_161058","tr_customer_id":161075,"tr_customer_product_id":161065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:50.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Flossie Russel","mobile_number":"788-564-9689","email_id":"Eden62@gmail.com","dop":"2025-04-06","serial_number":"18987473383927","imei1":"18987473383927","imei2":"18987473383927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161056,"job_number":"JOB_161056","tr_customer_id":161073,"tr_customer_product_id":161063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:50:27.000Z","name":"Amira Mills","mobile_number":"287-628-4398","email_id":"Paxton_Gulgowski17@hotmail.com","dop":"2025-04-06","serial_number":"14332171312563","imei1":"14332171312563","imei2":"14332171312563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161053,"job_number":"JOB_161053","tr_customer_id":161070,"tr_customer_product_id":161060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:23.000Z","modified_at":"2026-01-20T06:46:07.000Z","name":"Mara Jacobson","mobile_number":"565-420-3305","email_id":"Raquel92@hotmail.com","dop":"2025-04-06","serial_number":"16913593555369","imei1":"16913593555369","imei2":"16913593555369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161051,"job_number":"JOB_161051","tr_customer_id":161068,"tr_customer_product_id":161058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:51.000Z","name":"Gus Jacobs","mobile_number":"480-225-2957","email_id":"Amya58@yahoo.com","dop":"2025-04-06","serial_number":"10344026741304","imei1":"10344026741304","imei2":"10344026741304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161048,"job_number":"JOB_161048","tr_customer_id":161065,"tr_customer_product_id":161055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:27.000Z","modified_at":"2026-01-20T06:45:05.000Z","name":"Jarrell O'Reilly","mobile_number":"257-211-0848","email_id":"Jerel75@gmail.com","dop":"2025-04-06","serial_number":"12485721464309","imei1":"12485721464309","imei2":"12485721464309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161046,"job_number":"JOB_161046","tr_customer_id":161063,"tr_customer_product_id":161053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Lavon Kessler","mobile_number":"361-482-2191","email_id":"Viola.Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"10513131621022","imei1":"10513131621022","imei2":"10513131621022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161043,"job_number":"JOB_161043","tr_customer_id":161060,"tr_customer_product_id":161050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Granville Gislason","mobile_number":"383-631-7724","email_id":"Laurine5@yahoo.com","dop":"2025-04-06","serial_number":"10317495453205","imei1":"10317495453205","imei2":"10317495453205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161040,"job_number":"JOB_161040","tr_customer_id":161057,"tr_customer_product_id":161047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:37.000Z","modified_at":"2026-01-20T06:44:15.000Z","name":"Darryl Hilll","mobile_number":"952-771-5601","email_id":"Jerrell.Bruen12@yahoo.com","dop":"2025-04-06","serial_number":"10382276496605","imei1":"10382276496605","imei2":"10382276496605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161036,"job_number":"JOB_161036","tr_customer_id":161053,"tr_customer_product_id":161043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:29.000Z","modified_at":"2026-01-20T06:44:10.000Z","name":"Damion Corkery","mobile_number":"693-963-1163","email_id":"Rogelio11@gmail.com","dop":"2025-04-06","serial_number":"19002195293440","imei1":"19002195293440","imei2":"19002195293440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161033,"job_number":"JOB_161033","tr_customer_id":161050,"tr_customer_product_id":161040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:43:29.000Z","name":"Newell Trantow","mobile_number":"734-822-7316","email_id":"Carey99@gmail.com","dop":"2025-04-06","serial_number":"15331183534878","imei1":"15331183534878","imei2":"15331183534878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161029,"job_number":"JOB_161029","tr_customer_id":161046,"tr_customer_product_id":161036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:14.000Z","modified_at":"2026-01-20T06:39:52.000Z","name":"Jameson Schumm","mobile_number":"747-310-1122","email_id":"Lupe_King44@hotmail.com","dop":"2025-04-06","serial_number":"12466296560606","imei1":"12466296560606","imei2":"12466296560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161023,"job_number":"JOB_161023","tr_customer_id":161040,"tr_customer_product_id":161030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:39:06.000Z","name":"Vergie Considine","mobile_number":"486-428-4848","email_id":"Eula.Nitzsche62@hotmail.com","dop":"2025-04-06","serial_number":"11824231509787","imei1":"11824231509787","imei2":"11824231509787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161020,"job_number":"JOB_161020","tr_customer_id":161037,"tr_customer_product_id":161027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:56.000Z","name":"Sister Harber","mobile_number":"729-849-7940","email_id":"Laurel.Schuster49@gmail.com","dop":"2025-04-06","serial_number":"10688829553303","imei1":"10688829553303","imei2":"10688829553303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161014,"job_number":"JOB_161014","tr_customer_id":161031,"tr_customer_product_id":161021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:38:21.000Z","name":"Leta Moen","mobile_number":"791-978-1410","email_id":"Charlie.Kihn@hotmail.com","dop":"2025-04-06","serial_number":"13077663256895","imei1":"13077663256895","imei2":"13077663256895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161009,"job_number":"JOB_161009","tr_customer_id":161026,"tr_customer_product_id":161016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:13.000Z","modified_at":"2026-01-20T06:38:00.000Z","name":"Ryley O'Hara","mobile_number":"621-672-4793","email_id":"Gavin.Hamill48@gmail.com","dop":"2025-04-06","serial_number":"19447333116384","imei1":"19447333116384","imei2":"19447333116384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160998,"job_number":"JOB_160998","tr_customer_id":161015,"tr_customer_product_id":161005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:37:04.000Z","name":"Carmel Cruickshank","mobile_number":"325-584-3015","email_id":"Sadye_Steuber87@gmail.com","dop":"2025-04-06","serial_number":"12970918002180","imei1":"12970918002180","imei2":"12970918002180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160993,"job_number":"JOB_160993","tr_customer_id":161010,"tr_customer_product_id":161000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:29.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"Reese Reinger","mobile_number":"624-738-4751","email_id":"Julio94@hotmail.com","dop":"2025-04-06","serial_number":"19185796710184","imei1":"19185796710184","imei2":"19185796710184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160991,"job_number":"JOB_160991","tr_customer_id":161008,"tr_customer_product_id":160998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:42.000Z","modified_at":"2026-01-20T06:33:24.000Z","name":"Sedrick Howell","mobile_number":"638-624-0780","email_id":"Leopoldo_Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"11690173158295","imei1":"11690173158295","imei2":"11690173158295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160988,"job_number":"JOB_160988","tr_customer_id":161005,"tr_customer_product_id":160995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:52.000Z","modified_at":"2026-01-20T06:32:34.000Z","name":"Elvera Daniel","mobile_number":"387-804-6113","email_id":"Cullen_Shanahan86@hotmail.com","dop":"2025-04-06","serial_number":"14277294902585","imei1":"14277294902585","imei2":"14277294902585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160983,"job_number":"JOB_160983","tr_customer_id":161000,"tr_customer_product_id":160990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:43.000Z","name":"Horacio Howe","mobile_number":"776-538-5361","email_id":"Ocie.Will42@hotmail.com","dop":"2025-04-06","serial_number":"18229187004120","imei1":"18229187004120","imei2":"18229187004120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160979,"job_number":"JOB_160979","tr_customer_id":160996,"tr_customer_product_id":160986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:31:07.000Z","name":"Holden Wuckert","mobile_number":"257-995-3094","email_id":"Tristin.Rau1@hotmail.com","dop":"2025-04-06","serial_number":"17444730596904","imei1":"17444730596904","imei2":"17444730596904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160975,"job_number":"JOB_160975","tr_customer_id":160992,"tr_customer_product_id":160982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:30:11.000Z","name":"Julius Cremin","mobile_number":"504-933-4274","email_id":"Elza.Klein@hotmail.com","dop":"2025-04-06","serial_number":"18806580934662","imei1":"18806580934662","imei2":"18806580934662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160972,"job_number":"JOB_160972","tr_customer_id":160989,"tr_customer_product_id":160979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:28.000Z","modified_at":"2026-01-20T06:29:15.000Z","name":"Consuelo D'Amore","mobile_number":"361-436-6251","email_id":"Lavada_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"14712879301723","imei1":"14712879301723","imei2":"14712879301723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160968,"job_number":"JOB_160968","tr_customer_id":160985,"tr_customer_product_id":160975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:59.000Z","name":"Precious Bergstrom","mobile_number":"377-912-7115","email_id":"Penelope_Schmeler88@hotmail.com","dop":"2025-04-06","serial_number":"16350137461194","imei1":"16350137461194","imei2":"16350137461194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160965,"job_number":"JOB_160965","tr_customer_id":160982,"tr_customer_product_id":160972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:27:07.000Z","name":"Kayden O'Keefe","mobile_number":"921-986-0534","email_id":"Adolphus_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14528372872197","imei1":"14528372872197","imei2":"14528372872197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160961,"job_number":"JOB_160961","tr_customer_id":160978,"tr_customer_product_id":160968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:26:15.000Z","name":"Aimee Keeling","mobile_number":"435-863-7570","email_id":"Helmer78@yahoo.com","dop":"2025-04-06","serial_number":"16942125953565","imei1":"16942125953565","imei2":"16942125953565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160958,"job_number":"JOB_160958","tr_customer_id":160975,"tr_customer_product_id":160965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:25:19.000Z","name":"Donavon Rutherford","mobile_number":"297-528-6767","email_id":"Laurel96@gmail.com","dop":"2025-06-18","serial_number":"10060455463642","imei1":"10060455463642","imei2":"10060455463642","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160955,"job_number":"JOB_160955","tr_customer_id":160972,"tr_customer_product_id":160962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:24:31.000Z","name":"Lyla Hilpert","mobile_number":"441-604-5984","email_id":"Murl_OKon51@hotmail.com","dop":"2025-06-18","serial_number":"10195039073993","imei1":"10195039073993","imei2":"10195039073993","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160950,"job_number":"JOB_160950","tr_customer_id":160967,"tr_customer_product_id":160957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:22:15.000Z","name":"Daisy Torp","mobile_number":"624-321-5346","email_id":"Catherine86@hotmail.com","dop":"2025-04-06","serial_number":"13771357377253","imei1":"13771357377253","imei2":"13771357377253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160938,"job_number":"JOB_160938","tr_customer_id":160955,"tr_customer_product_id":160945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:30.000Z","name":"Edgar Schiller","mobile_number":"595-720-0133","email_id":"Shirley.Miller3@hotmail.com","dop":"2025-04-06","serial_number":"13516181343173","imei1":"13516181343173","imei2":"13516181343173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160934,"job_number":"JOB_160934","tr_customer_id":160951,"tr_customer_product_id":160941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:44.000Z","name":"Hal Raynor","mobile_number":"830-629-5868","email_id":"Elmore_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"11763153772664","imei1":"11763153772664","imei2":"11763153772664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160920,"job_number":"JOB_160920","tr_customer_id":160937,"tr_customer_product_id":160927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:27.000Z","modified_at":"2026-01-20T05:59:06.000Z","name":"Penelope Padberg","mobile_number":"331-994-5305","email_id":"Carson73@gmail.com","dop":"2025-04-06","serial_number":"18648853049040","imei1":"18648853049040","imei2":"18648853049040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160917,"job_number":"JOB_160917","tr_customer_id":160934,"tr_customer_product_id":160924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:58:19.000Z","name":"Cara Mills","mobile_number":"551-424-5734","email_id":"Elsa.Bashirian@gmail.com","dop":"2025-04-06","serial_number":"10385527754579","imei1":"10385527754579","imei2":"10385527754579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160914,"job_number":"JOB_160914","tr_customer_id":160931,"tr_customer_product_id":160921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:57:31.000Z","name":"Ruby Swaniawski","mobile_number":"591-742-3748","email_id":"Nicolas21@hotmail.com","dop":"2025-04-06","serial_number":"15125482433876","imei1":"15125482433876","imei2":"15125482433876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160909,"job_number":"JOB_160909","tr_customer_id":160926,"tr_customer_product_id":160916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:44:00.000Z","name":"Lexie O'Reilly","mobile_number":"326-442-5784","email_id":"Cristal.McKenzie39@hotmail.com","dop":"2025-04-13","serial_number":"10938580167605","imei1":"10938580167605","imei2":"10938580167605","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160906,"job_number":"JOB_160906","tr_customer_id":160923,"tr_customer_product_id":160913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:55.000Z","name":"Buford Jacobs","mobile_number":"841-424-9354","email_id":"Ruthie.Terry@yahoo.com","dop":"2025-04-13","serial_number":"10411803993723","imei1":"10411803993723","imei2":"10411803993723","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160903,"job_number":"JOB_160903","tr_customer_id":160920,"tr_customer_product_id":160910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:50.000Z","name":"Brant Dickinson","mobile_number":"915-896-4985","email_id":"Bella.Schmidt@yahoo.com","dop":"2025-04-13","serial_number":"10919908868526","imei1":"10919908868526","imei2":"10919908868526","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160897,"job_number":"JOB_160897","tr_customer_id":160914,"tr_customer_product_id":160904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:22:11.000Z","name":"Jazmin Grimes","mobile_number":"729-284-3158","email_id":"Carli_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"14970965690048","imei1":"14970965690048","imei2":"14970965690048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:22:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160893,"job_number":"JOB_160893","tr_customer_id":160910,"tr_customer_product_id":160900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:21:22.000Z","name":"Yvonne Anderson","mobile_number":"432-290-1991","email_id":"Sydnee.Hansen@gmail.com","dop":"2025-04-06","serial_number":"13875356421511","imei1":"13875356421511","imei2":"13875356421511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160890,"job_number":"JOB_160890","tr_customer_id":160907,"tr_customer_product_id":160897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:53.000Z","modified_at":"2026-01-20T05:20:33.000Z","name":"Nickolas Feest","mobile_number":"289-745-3429","email_id":"Caden_Brekke79@hotmail.com","dop":"2025-04-06","serial_number":"16975907232226","imei1":"16975907232226","imei2":"16975907232226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160888,"job_number":"JOB_160888","tr_customer_id":160905,"tr_customer_product_id":160895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:31.000Z","modified_at":"2026-01-20T05:18:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12890590944132","imei2":"12890590944132","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160875,"job_number":"JOB_160875","tr_customer_id":160892,"tr_customer_product_id":160882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:38.000Z","modified_at":"2026-01-20T05:02:18.000Z","name":"Hermina Hegmann","mobile_number":"234-629-1542","email_id":"Piper76@yahoo.com","dop":"2025-04-06","serial_number":"10480872435763","imei1":"10480872435763","imei2":"10480872435763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160873,"job_number":"JOB_160873","tr_customer_id":160890,"tr_customer_product_id":160880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:19.000Z","modified_at":"2026-01-20T05:01:56.000Z","name":"Edd Boehm","mobile_number":"446-942-2805","email_id":"Keira39@yahoo.com","dop":"2025-04-06","serial_number":"14826931466475","imei1":"14826931466475","imei2":"14826931466475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160863,"job_number":"JOB_160863","tr_customer_id":160880,"tr_customer_product_id":160870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:53.000Z","modified_at":"2026-01-20T04:59:30.000Z","name":"Alford Champlin","mobile_number":"655-837-4377","email_id":"Zakary_Bergnaum@gmail.com","dop":"2025-04-06","serial_number":"17720588465527","imei1":"17720588465527","imei2":"17720588465527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160857,"job_number":"JOB_160857","tr_customer_id":160874,"tr_customer_product_id":160864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:08.000Z","modified_at":"2026-01-20T04:58:46.000Z","name":"Kariane Effertz","mobile_number":"986-439-5531","email_id":"Stella.Friesen48@yahoo.com","dop":"2025-04-06","serial_number":"19234058064546","imei1":"19234058064546","imei2":"19234058064546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160855,"job_number":"JOB_160855","tr_customer_id":160872,"tr_customer_product_id":160862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:24.000Z","modified_at":"2026-01-20T04:58:01.000Z","name":"Grady Swaniawski","mobile_number":"795-392-3370","email_id":"Edyth.Kuhn@gmail.com","dop":"2025-04-06","serial_number":"13049590270596","imei1":"13049590270596","imei2":"13049590270596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160849,"job_number":"JOB_160849","tr_customer_id":160866,"tr_customer_product_id":160856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:26.000Z","modified_at":"2026-01-20T04:57:02.000Z","name":"Roxane Bartell","mobile_number":"797-336-5666","email_id":"Johan_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13344840822453","imei1":"13344840822453","imei2":"13344840822453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160846,"job_number":"JOB_160846","tr_customer_id":160863,"tr_customer_product_id":160853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:58.000Z","name":"Bryana Cremin","mobile_number":"842-430-0484","email_id":"Colton15@yahoo.com","dop":"2025-07-01","serial_number":"106832387946610","imei1":"106832387946610","imei2":"106832387946610","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160844,"job_number":"JOB_160844","tr_customer_id":160861,"tr_customer_product_id":160851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"Wava Corwin","mobile_number":"687-351-2568","email_id":"Mercedes94@hotmail.com","dop":"2025-07-01","serial_number":"102200459205321","imei1":"102200459205321","imei2":"102200459205321","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160830,"job_number":"JOB_160830","tr_customer_id":160847,"tr_customer_product_id":160837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:04.000Z","modified_at":"2026-01-20T04:41:43.000Z","name":"Libbie Towne","mobile_number":"633-850-5997","email_id":"Aaliyah.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"18125799178141","imei1":"18125799178141","imei2":"18125799178141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160826,"job_number":"JOB_160826","tr_customer_id":160843,"tr_customer_product_id":160833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:56.000Z","name":"Laura Muller","mobile_number":"298-335-3467","email_id":"Willy.Cruickshank67@gmail.com","dop":"2025-04-06","serial_number":"11683872509060","imei1":"11683872509060","imei2":"11683872509060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160823,"job_number":"JOB_160823","tr_customer_id":160840,"tr_customer_product_id":160830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:30.000Z","modified_at":"2026-01-20T04:40:09.000Z","name":"Randi Will","mobile_number":"624-542-6784","email_id":"Sam_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"18701073074735","imei1":"18701073074735","imei2":"18701073074735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160818,"job_number":"JOB_160818","tr_customer_id":160835,"tr_customer_product_id":160825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:09:35.000Z","name":"Ayden Boyer","mobile_number":"594-583-4014","email_id":"Dayna.Miller62@hotmail.com","dop":"2025-04-06","serial_number":"13032083626178","imei1":"13032083626178","imei2":"13032083626178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:09:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160815,"job_number":"JOB_160815","tr_customer_id":160832,"tr_customer_product_id":160822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:17.000Z","modified_at":"2026-01-20T04:08:52.000Z","name":"Eliza Schmeler","mobile_number":"823-407-8181","email_id":"Alvera_Pfeffer17@gmail.com","dop":"2025-04-06","serial_number":"13233958587184","imei1":"13233958587184","imei2":"13233958587184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160810,"job_number":"JOB_160810","tr_customer_id":160827,"tr_customer_product_id":160817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:34.000Z","modified_at":"2026-01-20T04:08:09.000Z","name":"Nathaniel Ernser","mobile_number":"861-950-4820","email_id":"Parker5@hotmail.com","dop":"2025-04-06","serial_number":"13457062170679","imei1":"13457062170679","imei2":"13457062170679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160784,"job_number":"JOB_160784","tr_customer_id":160801,"tr_customer_product_id":160791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:58:18.000Z","name":"Nash Littel","mobile_number":"473-973-2490","email_id":"Gretchen.OHara@hotmail.com","dop":"2025-04-06","serial_number":"15692227490891","imei1":"15692227490891","imei2":"15692227490891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160781,"job_number":"JOB_160781","tr_customer_id":160798,"tr_customer_product_id":160788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:58:06.000Z","name":"Andres McGlynn","mobile_number":"264-358-0056","email_id":"Kasandra.Kub@gmail.com","dop":"2025-04-06","serial_number":"12088931013405","imei1":"12088931013405","imei2":"12088931013405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160775,"job_number":"JOB_160775","tr_customer_id":160792,"tr_customer_product_id":160782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:04.000Z","modified_at":"2026-01-20T03:57:43.000Z","name":"Jerrod Dicki","mobile_number":"620-883-5824","email_id":"Veda31@yahoo.com","dop":"2025-04-06","serial_number":"13038394919944","imei1":"13038394919944","imei2":"13038394919944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160769,"job_number":"JOB_160769","tr_customer_id":160786,"tr_customer_product_id":160776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:34.000Z","name":"Kristy Kreiger","mobile_number":"805-994-4685","email_id":"Roslyn.Goyette41@hotmail.com","dop":"2025-04-06","serial_number":"10126326828087","imei1":"10126326828087","imei2":"10126326828087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160766,"job_number":"JOB_160766","tr_customer_id":160783,"tr_customer_product_id":160773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:53.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Judah Kutch","mobile_number":"999-986-2344","email_id":"Tiana.Konopelski55@gmail.com","dop":"2025-04-06","serial_number":"15209123563786","imei1":"15209123563786","imei2":"15209123563786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160763,"job_number":"JOB_160763","tr_customer_id":160780,"tr_customer_product_id":160770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:51.000Z","modified_at":"2026-01-20T03:57:30.000Z","name":"King Will","mobile_number":"653-962-2519","email_id":"Lorena.Turcotte1@yahoo.com","dop":"2025-04-06","serial_number":"13117945906486","imei1":"13117945906486","imei2":"13117945906486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160760,"job_number":"JOB_160760","tr_customer_id":160777,"tr_customer_product_id":160767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:47.000Z","modified_at":"2026-01-20T03:57:23.000Z","name":"Herbert Rempel","mobile_number":"686-684-7147","email_id":"Reyes.Feest@hotmail.com","dop":"2025-04-06","serial_number":"17670329307600","imei1":"17670329307600","imei2":"17670329307600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160757,"job_number":"JOB_160757","tr_customer_id":160774,"tr_customer_product_id":160764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Cora Prohaska","mobile_number":"283-709-1448","email_id":"Randal.Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"16405583146411","imei1":"16405583146411","imei2":"16405583146411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160748,"job_number":"JOB_160748","tr_customer_id":160765,"tr_customer_product_id":160755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:34.000Z","modified_at":"2026-01-20T03:57:12.000Z","name":"Rhea Bauch","mobile_number":"211-598-4665","email_id":"Angelo66@yahoo.com","dop":"2025-04-06","serial_number":"10718462983702","imei1":"10718462983702","imei2":"10718462983702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160745,"job_number":"JOB_160745","tr_customer_id":160762,"tr_customer_product_id":160752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:57:00.000Z","name":"Earlene Hammes","mobile_number":"248-577-1211","email_id":"Dedrick82@yahoo.com","dop":"2025-04-06","serial_number":"17142493669550","imei1":"17142493669550","imei2":"17142493669550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160739,"job_number":"JOB_160739","tr_customer_id":160756,"tr_customer_product_id":160746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"Mohammed Ankunding","mobile_number":"327-564-6405","email_id":"Destiney29@hotmail.com","dop":"2025-04-06","serial_number":"11690601597572","imei1":"11690601597572","imei2":"11690601597572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160736,"job_number":"JOB_160736","tr_customer_id":160753,"tr_customer_product_id":160743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:55.000Z","name":"Kim Runolfsdottir","mobile_number":"315-581-7202","email_id":"Everett.Schneider@gmail.com","dop":"2025-04-06","serial_number":"15677350756379","imei1":"15677350756379","imei2":"15677350756379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160733,"job_number":"JOB_160733","tr_customer_id":160750,"tr_customer_product_id":160740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:13.000Z","modified_at":"2026-01-20T03:56:49.000Z","name":"Lisa Bashirian","mobile_number":"436-522-8754","email_id":"Carmella_Hyatt@gmail.com","dop":"2025-04-06","serial_number":"11473846792107","imei1":"11473846792107","imei2":"11473846792107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160730,"job_number":"JOB_160730","tr_customer_id":160747,"tr_customer_product_id":160737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Liana Braun","mobile_number":"646-490-4954","email_id":"Napoleon.Heidenreich@yahoo.com","dop":"2025-04-06","serial_number":"12607378648273","imei1":"12607378648273","imei2":"12607378648273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160726,"job_number":"JOB_160726","tr_customer_id":160743,"tr_customer_product_id":160733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:09.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Maeve Kub","mobile_number":"952-428-3529","email_id":"Shyanne75@hotmail.com","dop":"2025-04-06","serial_number":"14051310007614","imei1":"14051310007614","imei2":"14051310007614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160724,"job_number":"JOB_160724","tr_customer_id":160741,"tr_customer_product_id":160731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Patricia Moen","mobile_number":"402-254-4415","email_id":"Tierra_Bahringer@yahoo.com","dop":"2025-04-06","serial_number":"10950885956249","imei1":"10950885956249","imei2":"10950885956249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160720,"job_number":"JOB_160720","tr_customer_id":160737,"tr_customer_product_id":160727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:43.000Z","name":"Fermin Rice","mobile_number":"351-995-0001","email_id":"Simone.White89@gmail.com","dop":"2025-04-06","serial_number":"11025084105654","imei1":"11025084105654","imei2":"11025084105654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160717,"job_number":"JOB_160717","tr_customer_id":160734,"tr_customer_product_id":160725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:39.000Z","name":"Jo Macejkovic","mobile_number":"294-947-2038","email_id":"Diamond98@gmail.com","dop":"2025-04-06","serial_number":"12647755358697","imei1":"12647755358697","imei2":"12647755358697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160715,"job_number":"JOB_160715","tr_customer_id":160732,"tr_customer_product_id":160722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Berneice Prosacco","mobile_number":"333-211-3560","email_id":"Iva55@yahoo.com","dop":"2025-04-06","serial_number":"13665050706045","imei1":"13665050706045","imei2":"13665050706045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160712,"job_number":"JOB_160712","tr_customer_id":160729,"tr_customer_product_id":160719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"Gaston Dooley","mobile_number":"716-276-4528","email_id":"Trever_Kilback@yahoo.com","dop":"2025-04-06","serial_number":"17490890061274","imei1":"17490890061274","imei2":"17490890061274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160705,"job_number":"JOB_160705","tr_customer_id":160722,"tr_customer_product_id":160712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:26.000Z","name":"Max Okuneva","mobile_number":"246-784-6521","email_id":"Evans_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"18795002889225","imei1":"18795002889225","imei2":"18795002889225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160703,"job_number":"JOB_160703","tr_customer_id":160720,"tr_customer_product_id":160710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Lilla Rutherford","mobile_number":"842-485-7828","email_id":"Madison.Leannon41@gmail.com","dop":"2025-04-06","serial_number":"10154078461907","imei1":"10154078461907","imei2":"10154078461907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160700,"job_number":"JOB_160700","tr_customer_id":160717,"tr_customer_product_id":160707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:56:16.000Z","name":"Justen Hackett","mobile_number":"525-944-5751","email_id":"Rebecca_Cronin@yahoo.com","dop":"2025-04-06","serial_number":"18267887069268","imei1":"18267887069268","imei2":"18267887069268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160693,"job_number":"JOB_160693","tr_customer_id":160710,"tr_customer_product_id":160700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:56:09.000Z","name":"Dustin Wisozk","mobile_number":"852-805-9850","email_id":"Merl67@yahoo.com","dop":"2025-04-06","serial_number":"16975628273767","imei1":"16975628273767","imei2":"16975628273767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160689,"job_number":"JOB_160689","tr_customer_id":160706,"tr_customer_product_id":160696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"Daren Steuber","mobile_number":"811-725-0076","email_id":"Catharine_Yundt9@hotmail.com","dop":"2025-04-06","serial_number":"16115333959507","imei1":"16115333959507","imei2":"16115333959507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160687,"job_number":"JOB_160687","tr_customer_id":160704,"tr_customer_product_id":160694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:05.000Z","name":"Jett Kilback","mobile_number":"947-512-7579","email_id":"Alexzander0@hotmail.com","dop":"2025-04-06","serial_number":"12462922272119","imei1":"12462922272119","imei2":"12462922272119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160680,"job_number":"JOB_160680","tr_customer_id":160697,"tr_customer_product_id":160687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Joan Moen","mobile_number":"848-841-6889","email_id":"Greyson_DuBuque@yahoo.com","dop":"2025-04-06","serial_number":"15756599570244","imei1":"15756599570244","imei2":"15756599570244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160679,"job_number":"JOB_160679","tr_customer_id":160696,"tr_customer_product_id":160686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"Robin Huel","mobile_number":"325-834-9939","email_id":"Louie_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"17089278608571","imei1":"17089278608571","imei2":"17089278608571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160677,"job_number":"JOB_160677","tr_customer_id":160694,"tr_customer_product_id":160684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Tiana Douglas","mobile_number":"371-658-4155","email_id":"Davon38@gmail.com","dop":"2025-04-06","serial_number":"11727227278790","imei1":"11727227278790","imei2":"11727227278790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160672,"job_number":"JOB_160672","tr_customer_id":160689,"tr_customer_product_id":160679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Toy Schmeler","mobile_number":"557-642-1968","email_id":"Allie.Christiansen@gmail.com","dop":"2025-04-06","serial_number":"16477856119953","imei1":"16477856119953","imei2":"16477856119953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160664,"job_number":"JOB_160664","tr_customer_id":160681,"tr_customer_product_id":160671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"Deanna Harber","mobile_number":"533-825-6563","email_id":"Boyd_Crist@gmail.com","dop":"2025-04-06","serial_number":"15826894682176","imei1":"15826894682176","imei2":"15826894682176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160659,"job_number":"JOB_160659","tr_customer_id":160676,"tr_customer_product_id":160666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:54.000Z","name":"Lydia Champlin","mobile_number":"719-970-4519","email_id":"Jarrell_Skiles55@gmail.com","dop":"2025-04-06","serial_number":"11301150804195","imei1":"11301150804195","imei2":"11301150804195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160651,"job_number":"JOB_160651","tr_customer_id":160668,"tr_customer_product_id":160658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:41.000Z","name":"Rylan Purdy","mobile_number":"539-861-2721","email_id":"Gus87@gmail.com","dop":"2025-04-06","serial_number":"12187800445466","imei1":"12187800445466","imei2":"12187800445466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160648,"job_number":"JOB_160648","tr_customer_id":160665,"tr_customer_product_id":160655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:03.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jayme Sporer","mobile_number":"514-735-2590","email_id":"Jillian_Flatley8@hotmail.com","dop":"2025-04-06","serial_number":"17994891926419","imei1":"17994891926419","imei2":"17994891926419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160644,"job_number":"JOB_160644","tr_customer_id":160661,"tr_customer_product_id":160651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Raymond Feeney","mobile_number":"239-557-5774","email_id":"Elsie_Abernathy27@yahoo.com","dop":"2025-06-18","serial_number":"10669990375106","imei1":"10669990375106","imei2":"10669990375106","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160637,"job_number":"JOB_160637","tr_customer_id":160654,"tr_customer_product_id":160644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Alana Murray","mobile_number":"694-351-5569","email_id":"Prince.Lowe85@gmail.com","dop":"2025-04-06","serial_number":"18768966249943","imei1":"18768966249943","imei2":"18768966249943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160632,"job_number":"JOB_160632","tr_customer_id":160649,"tr_customer_product_id":160639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Josefa Emard","mobile_number":"530-449-5411","email_id":"Moises57@gmail.com","dop":"2025-04-06","serial_number":"18613720555274","imei1":"18613720555274","imei2":"18613720555274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160631,"job_number":"JOB_160631","tr_customer_id":160648,"tr_customer_product_id":160638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Emory Rempel","mobile_number":"655-593-2813","email_id":"Jaden.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"14153855044136","imei1":"14153855044136","imei2":"14153855044136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160628,"job_number":"JOB_160628","tr_customer_id":160645,"tr_customer_product_id":160635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:55:17.000Z","name":"Rogers Jacobs","mobile_number":"433-904-4176","email_id":"Prudence.Goyette25@yahoo.com","dop":"2025-04-06","serial_number":"13039383107544","imei1":"13039383107544","imei2":"13039383107544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160626,"job_number":"JOB_160626","tr_customer_id":160643,"tr_customer_product_id":160633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:55:13.000Z","name":"Matt Bergnaum","mobile_number":"681-210-9492","email_id":"Eleonore.Pacocha44@yahoo.com","dop":"2025-04-06","serial_number":"16671482508600","imei1":"16671482508600","imei2":"16671482508600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160623,"job_number":"JOB_160623","tr_customer_id":160640,"tr_customer_product_id":160630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:32.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Amanda Parker","mobile_number":"220-722-5389","email_id":"Cooper.Breitenberg42@hotmail.com","dop":"2025-04-06","serial_number":"16562201700942","imei1":"16562201700942","imei2":"16562201700942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160620,"job_number":"JOB_160620","tr_customer_id":160637,"tr_customer_product_id":160627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Breanne Zemlak","mobile_number":"756-347-2340","email_id":"Linwood51@yahoo.com","dop":"2025-04-06","serial_number":"10147103235486","imei1":"10147103235486","imei2":"10147103235486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160616,"job_number":"JOB_160616","tr_customer_id":160633,"tr_customer_product_id":160623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Garnet McGlynn","mobile_number":"238-509-6798","email_id":"Maci_Larson@gmail.com","dop":"2025-04-06","serial_number":"13498008856489","imei1":"13498008856489","imei2":"13498008856489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160612,"job_number":"JOB_160612","tr_customer_id":160629,"tr_customer_product_id":160619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:55:00.000Z","name":"Lee Sanford","mobile_number":"673-681-8256","email_id":"Wilburn34@hotmail.com","dop":"2025-04-06","serial_number":"10654345518426","imei1":"10654345518426","imei2":"10654345518426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160611,"job_number":"JOB_160611","tr_customer_id":160628,"tr_customer_product_id":160618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Tess Abbott","mobile_number":"320-565-4660","email_id":"Johnathon.Casper@gmail.com","dop":"2025-04-06","serial_number":"10949405632691","imei1":"10949405632691","imei2":"10949405632691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160608,"job_number":"JOB_160608","tr_customer_id":160625,"tr_customer_product_id":160615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:50.000Z","name":"Marina Bashirian","mobile_number":"623-940-0359","email_id":"Marlen29@gmail.com","dop":"2025-06-18","serial_number":"10579544083450","imei1":"10579544083450","imei2":"10579544083450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160606,"job_number":"JOB_160606","tr_customer_id":160623,"tr_customer_product_id":160613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:03.000Z","modified_at":"2026-01-20T03:54:12.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"68973573980902","imei1":"68973573980902","imei2":"68973573980902","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160604,"job_number":"JOB_160604","tr_customer_id":160621,"tr_customer_product_id":160611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:54.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Elmo Will","mobile_number":"758-300-1219","email_id":"Aron_Frami75@gmail.com","dop":"2025-04-06","serial_number":"17795190829458","imei1":"17795190829458","imei2":"17795190829458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160602,"job_number":"JOB_160602","tr_customer_id":160619,"tr_customer_product_id":160609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:51.000Z","modified_at":"2026-01-20T03:54:00.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"51002023073889","imei1":"51002023073889","imei2":"51002023073889","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160600,"job_number":"JOB_160600","tr_customer_id":160617,"tr_customer_product_id":160607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:46.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Carson Oberbrunner","mobile_number":"274-543-1779","email_id":"Travis.Hansen18@yahoo.com","dop":"2025-04-06","serial_number":"16526521122489","imei1":"16526521122489","imei2":"16526521122489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160596,"job_number":"JOB_160596","tr_customer_id":160613,"tr_customer_product_id":160603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:49.000Z","name":"Mckenzie O'Hara","mobile_number":"794-613-0015","email_id":"Narciso94@gmail.com","dop":"2025-04-06","serial_number":"16077967050687","imei1":"16077967050687","imei2":"16077967050687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160593,"job_number":"JOB_160593","tr_customer_id":160610,"tr_customer_product_id":160600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:24.000Z","modified_at":"2026-01-20T03:49:02.000Z","name":"Raleigh Becker","mobile_number":"738-496-9000","email_id":"Jarrett_Stamm@yahoo.com","dop":"2025-04-06","serial_number":"17114659222395","imei1":"17114659222395","imei2":"17114659222395","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160590,"job_number":"JOB_160590","tr_customer_id":160607,"tr_customer_product_id":160597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:37.000Z","modified_at":"2026-01-20T03:48:16.000Z","name":"Loy Hayes","mobile_number":"842-863-2947","email_id":"Rodrigo.King83@hotmail.com","dop":"2025-04-06","serial_number":"13051514170579","imei1":"13051514170579","imei2":"13051514170579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:48:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160584,"job_number":"JOB_160584","tr_customer_id":160601,"tr_customer_product_id":160591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:01:14.000Z","name":"Tierra White","mobile_number":"887-828-1417","email_id":"Reta85@hotmail.com","dop":"2025-04-06","serial_number":"18336253126978","imei1":"18336253126978","imei2":"18336253126978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160581,"job_number":"JOB_160581","tr_customer_id":160598,"tr_customer_product_id":160588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T03:00:31.000Z","name":"Darron Russel","mobile_number":"822-843-6869","email_id":"Cheyanne.Crooks36@hotmail.com","dop":"2025-04-06","serial_number":"19609425410996","imei1":"19609425410996","imei2":"19609425410996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160578,"job_number":"JOB_160578","tr_customer_id":160595,"tr_customer_product_id":160585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:12.000Z","modified_at":"2026-01-20T02:59:47.000Z","name":"Bertha Monahan","mobile_number":"547-937-1529","email_id":"Emmalee80@yahoo.com","dop":"2025-04-06","serial_number":"16050093208099","imei1":"16050093208099","imei2":"16050093208099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160571,"job_number":"JOB_160571","tr_customer_id":160588,"tr_customer_product_id":160578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:00.000Z","modified_at":"2026-01-20T02:06:17.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678822344","imei1":"23145678822344","imei2":"23145678822344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:06:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161026,"job_number":"JOB_161026","tr_customer_id":161043,"tr_customer_product_id":161033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:39:22.000Z","name":"Myrtie Beer","mobile_number":"842-817-4574","email_id":"Sydni_Klein@hotmail.com","dop":"2000-01-31","serial_number":"10578572525089","imei1":"10578572525089","imei2":"10578572525089","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161017,"job_number":"JOB_161017","tr_customer_id":161034,"tr_customer_product_id":161024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:55.000Z","modified_at":"2026-01-20T06:38:35.000Z","name":"Gilbert Greenfelder","mobile_number":"830-738-7574","email_id":"Bridget_Kuhic77@gmail.com","dop":"2000-01-31","serial_number":"10958380351250","imei1":"10958380351250","imei2":"10958380351250","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161012,"job_number":"JOB_161012","tr_customer_id":161029,"tr_customer_product_id":161019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:38:18.000Z","name":"Felix Lubowitz","mobile_number":"806-839-4502","email_id":"Lacey_Ortiz71@hotmail.com","dop":"2025-10-21","serial_number":"19922725712491","imei1":"19922725712491","imei2":"19922725712491","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161006,"job_number":"JOB_161006","tr_customer_id":161023,"tr_customer_product_id":161013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:47.000Z","name":"Abdul Considine","mobile_number":"532-650-1115","email_id":"Darron_Fadel@gmail.com","dop":"2000-01-31","serial_number":"10825673006725","imei1":"10825673006725","imei2":"10825673006725","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161004,"job_number":"JOB_161004","tr_customer_id":161021,"tr_customer_product_id":161011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:51.000Z","modified_at":"2026-01-20T06:37:30.000Z","name":"Elizabeth Blick","mobile_number":"374-448-0659","email_id":"Gayle35@hotmail.com","dop":"2025-10-21","serial_number":"11718303970676","imei1":"11718303970676","imei2":"11718303970676","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161001,"job_number":"JOB_161001","tr_customer_id":161018,"tr_customer_product_id":161008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:20.000Z","modified_at":"2026-01-20T06:37:00.000Z","name":"Abdullah Nolan","mobile_number":"914-928-0826","email_id":"Lea.Lemke63@hotmail.com","dop":"2000-01-31","serial_number":"10241551222221","imei1":"10241551222221","imei2":"10241551222221","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160996,"job_number":"JOB_160996","tr_customer_id":161013,"tr_customer_product_id":161003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:03.000Z","modified_at":"2026-01-20T06:36:43.000Z","name":"Uriah Auer","mobile_number":"279-967-7057","email_id":"Devonte73@gmail.com","dop":"2025-10-21","serial_number":"10562899895829","imei1":"10562899895829","imei2":"10562899895829","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160806,"job_number":"JOB_160806","tr_customer_id":160823,"tr_customer_product_id":160813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:22.000Z","modified_at":"2026-01-20T04:04:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40482515834135","imei1":"40482515834135","imei2":"40482515834135","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160799,"job_number":"JOB_160799","tr_customer_id":160816,"tr_customer_product_id":160806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:50.000Z","modified_at":"2026-01-20T04:04:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40479974931377","imei1":"40479974931377","imei2":"40479974931377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160792,"job_number":"JOB_160792","tr_customer_id":160809,"tr_customer_product_id":160799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36739114669443","imei1":"36739114669443","imei2":"36739114669443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160778,"job_number":"JOB_160778","tr_customer_id":160795,"tr_customer_product_id":160785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:21.000Z","modified_at":"2026-01-20T03:57:58.000Z","name":"Kenyatta Abbott","mobile_number":"522-436-5786","email_id":"Iva.Bauch10@hotmail.com","dop":"2000-01-31","serial_number":"10864211913392","imei1":"10864211913392","imei2":"10864211913392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160751,"job_number":"JOB_160751","tr_customer_id":160768,"tr_customer_product_id":160758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:36.000Z","modified_at":"2026-01-20T03:57:13.000Z","name":"Jerrell Casper","mobile_number":"870-283-5382","email_id":"Isom_Langosh47@hotmail.com","dop":"2000-01-31","serial_number":"10472425968875","imei1":"10472425968875","imei2":"10472425968875","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160709,"job_number":"JOB_160709","tr_customer_id":160726,"tr_customer_product_id":160716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:56:28.000Z","name":"Albin Beahan","mobile_number":"706-871-1409","email_id":"Aileen_Langosh@hotmail.com","dop":"2000-01-31","serial_number":"10763766475990","imei1":"10763766475990","imei2":"10763766475990","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160662,"job_number":"JOB_160662","tr_customer_id":160679,"tr_customer_product_id":160669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:34.000Z","name":"Korey Bayer","mobile_number":"413-578-4961","email_id":"Alda_Abernathy22@gmail.com","dop":"2025-05-30","serial_number":"15525861688899","imei1":"15525861688899","imei2":"15525861688899","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160655,"job_number":"JOB_160655","tr_customer_id":160672,"tr_customer_product_id":160662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:43.000Z","name":"Kaia Runolfsson","mobile_number":"270-523-0632","email_id":"Marguerite2@yahoo.com","dop":"2000-01-31","serial_number":"10458444826611","imei1":"10458444826611","imei2":"10458444826611","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:10.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161095,"job_number":"JOB_161095","tr_customer_id":161112,"tr_customer_product_id":161102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:28:06.000Z","modified_at":"2026-01-20T07:28:17.000Z","name":"Dorris White","mobile_number":"373-451-3693","email_id":"Jonas_Ziemann91@yahoo.com","dop":"2025-11-04","serial_number":"84948656983036","imei1":"84948656983036","imei2":"84948656983036","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161094,"job_number":"JOB_161094","tr_customer_id":161111,"tr_customer_product_id":161101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:51.000Z","modified_at":"2026-01-20T07:28:02.000Z","name":"Vaughn Bartell","mobile_number":"859-321-4428","email_id":"Keeley.Pouros@hotmail.com","dop":"2025-11-04","serial_number":"73693695310275","imei1":"73693695310275","imei2":"73693695310275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161093,"job_number":"JOB_161093","tr_customer_id":161110,"tr_customer_product_id":161100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:35.000Z","modified_at":"2026-01-20T07:27:47.000Z","name":"Tobin Sporer","mobile_number":"937-302-2255","email_id":"Wava14@yahoo.com","dop":"2025-11-04","serial_number":"32962688649003","imei1":"32962688649003","imei2":"32962688649003","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160986,"job_number":"JOB_160986","tr_customer_id":161003,"tr_customer_product_id":160993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:21.000Z","modified_at":"2026-01-20T06:31:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"93953017171655","imei1":"93953017171655","imei2":"93953017171655","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160985,"job_number":"JOB_160985","tr_customer_id":161002,"tr_customer_product_id":160992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"57683807460739","imei1":"57683807460739","imei2":"57683807460739","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160981,"job_number":"JOB_160981","tr_customer_id":160998,"tr_customer_product_id":160988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:45.000Z","modified_at":"2026-01-20T06:30:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"32631170477474","imei1":"32631170477474","imei2":"32631170477474","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160953,"job_number":"JOB_160953","tr_customer_id":160970,"tr_customer_product_id":160960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:08.000Z","modified_at":"2026-01-20T06:23:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"45092320854413","imei1":"45092320854413","imei2":"45092320854413","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160952,"job_number":"JOB_160952","tr_customer_id":160969,"tr_customer_product_id":160959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:22:48.000Z","modified_at":"2026-01-20T06:23:02.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18199924839846","imei1":"18199924839846","imei2":"18199924839846","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160947,"job_number":"JOB_160947","tr_customer_id":160964,"tr_customer_product_id":160954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:47.000Z","name":"Amely Haag","mobile_number":"471-985-5259","email_id":"Beaulah_Murray@gmail.com","dop":"2025-06-09","serial_number":"104074861582239","imei1":"104074861582239","imei2":"104074861582239","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160944,"job_number":"JOB_160944","tr_customer_id":160961,"tr_customer_product_id":160951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:27.000Z","name":"Laila Satterfield","mobile_number":"704-598-7161","email_id":"Jacques.Ondricka43@gmail.com","dop":"2025-06-09","serial_number":"106035842317263","imei1":"106035842317263","imei2":"106035842317263","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160939,"job_number":"JOB_160939","tr_customer_id":160956,"tr_customer_product_id":160946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:07.000Z","name":"Leonor Williamson","mobile_number":"259-656-4318","email_id":"America_Morar@yahoo.com","dop":"2025-06-09","serial_number":"104307791422923","imei1":"104307791422923","imei2":"104307791422923","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160932,"job_number":"JOB_160932","tr_customer_id":160949,"tr_customer_product_id":160939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:40.000Z","modified_at":"2026-01-20T06:19:05.000Z","name":"Lila DuBuque","mobile_number":"355-207-8171","email_id":"Tommie_Hartmann@yahoo.com","dop":"2025-10-01","serial_number":"10065103289301","imei1":"10065103289301","imei2":"10065103289301","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160931,"job_number":"JOB_160931","tr_customer_id":160948,"tr_customer_product_id":160938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:34.000Z","modified_at":"2026-01-20T06:18:48.000Z","name":"Christ Pouros","mobile_number":"285-211-7053","email_id":"Mike.Gottlieb@hotmail.com","dop":"2025-11-04","serial_number":"62753276757184","imei1":"62753276757184","imei2":"62753276757184","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160930,"job_number":"JOB_160930","tr_customer_id":160947,"tr_customer_product_id":160937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:16.000Z","modified_at":"2026-01-20T06:18:29.000Z","name":"Reinhold Luettgen","mobile_number":"246-821-4632","email_id":"Aniya.Mann0@yahoo.com","dop":"2025-11-04","serial_number":"87715093186283","imei1":"87715093186283","imei2":"87715093186283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160927,"job_number":"JOB_160927","tr_customer_id":160944,"tr_customer_product_id":160934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:57.000Z","modified_at":"2026-01-20T06:18:11.000Z","name":"Elisha Collins","mobile_number":"573-592-0358","email_id":"Archibald.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"99264448493768","imei1":"99264448493768","imei2":"99264448493768","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160886,"job_number":"JOB_160886","tr_customer_id":160903,"tr_customer_product_id":160893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:14.000Z","modified_at":"2026-01-20T05:14:26.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11136499852741","imei1":"11136499852741","imei2":"11136499852741","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160884,"job_number":"JOB_160884","tr_customer_id":160901,"tr_customer_product_id":160891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:14:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13245457748110","imei1":"13245457748110","imei2":"13245457748110","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160882,"job_number":"JOB_160882","tr_customer_id":160899,"tr_customer_product_id":160889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:35.000Z","modified_at":"2026-01-20T05:13:46.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11146249473334","imei1":"11146249473334","imei2":"11146249473334","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160880,"job_number":"JOB_160880","tr_customer_id":160897,"tr_customer_product_id":160887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19728909788970","imei1":"19728909788970","imei2":"19728909788970","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160872,"job_number":"JOB_160872","tr_customer_id":160889,"tr_customer_product_id":160879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:05.000Z","modified_at":"2026-01-20T05:00:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10409593579836","imei1":"10409593579836","imei2":"10409593579836","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160870,"job_number":"JOB_160870","tr_customer_id":160887,"tr_customer_product_id":160877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16796171909647","imei1":"16796171909647","imei2":"16796171909647","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160868,"job_number":"JOB_160868","tr_customer_id":160885,"tr_customer_product_id":160875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17207023980733","imei1":"17207023980733","imei2":"17207023980733","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160866,"job_number":"JOB_160866","tr_customer_id":160883,"tr_customer_product_id":160873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16222334712205","imei1":"16222334712205","imei2":"16222334712205","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160862,"job_number":"JOB_160862","tr_customer_id":160879,"tr_customer_product_id":160869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18020149022183","imei1":"18020149022183","imei2":"18020149022183","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160860,"job_number":"JOB_160860","tr_customer_id":160877,"tr_customer_product_id":160867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:22.000Z","modified_at":"2026-01-20T04:58:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10427234623079","imei1":"10427234623079","imei2":"10427234623079","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160854,"job_number":"JOB_160854","tr_customer_id":160871,"tr_customer_product_id":160861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:52.000Z","modified_at":"2026-01-20T04:57:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17346727907860","imei1":"17346727907860","imei2":"17346727907860","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160852,"job_number":"JOB_160852","tr_customer_id":160869,"tr_customer_product_id":160859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:40.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12573034824456","imei1":"12573034824456","imei2":"12573034824456","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160848,"job_number":"JOB_160848","tr_customer_id":160865,"tr_customer_product_id":160855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10205200980727","imei1":"10205200980727","imei2":"10205200980727","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160842,"job_number":"JOB_160842","tr_customer_id":160859,"tr_customer_product_id":160849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11677544424941","imei1":"11677544424941","imei2":"11677544424941","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160840,"job_number":"JOB_160840","tr_customer_id":160857,"tr_customer_product_id":160847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:28.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18048668459068","imei1":"18048668459068","imei2":"18048668459068","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160838,"job_number":"JOB_160838","tr_customer_id":160855,"tr_customer_product_id":160845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:48:00.000Z","modified_at":"2026-01-20T04:48:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14994443963801","imei1":"14994443963801","imei2":"14994443963801","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160836,"job_number":"JOB_160836","tr_customer_id":160853,"tr_customer_product_id":160843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:43.000Z","modified_at":"2026-01-20T04:47:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13207774826203","imei1":"13207774826203","imei2":"13207774826203","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160834,"job_number":"JOB_160834","tr_customer_id":160851,"tr_customer_product_id":160841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19541497488305","imei1":"19541497488305","imei2":"19541497488305","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160820,"job_number":"JOB_160820","tr_customer_id":160837,"tr_customer_product_id":160827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:36.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15335617777013","imei1":"15335617777013","imei2":"15335617777013","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160812,"job_number":"JOB_160812","tr_customer_id":160829,"tr_customer_product_id":160819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16763457865736","imei1":"16763457865736","imei2":"16763457865736","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160807,"job_number":"JOB_160807","tr_customer_id":160824,"tr_customer_product_id":160814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:45.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14872978628959","imei1":"14872978628959","imei2":"14872978628959","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160771,"job_number":"JOB_160771","tr_customer_id":160788,"tr_customer_product_id":160778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:09.000Z","name":"Ubaldo Spinka","mobile_number":"984-228-1699","email_id":"Orval_Dibbert65@hotmail.com","dop":"2025-06-09","serial_number":"106811387359766","imei1":"106811387359766","imei2":"106811387359766","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160754,"job_number":"JOB_160754","tr_customer_id":160771,"tr_customer_product_id":160761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Izaiah Green","mobile_number":"947-343-0332","email_id":"Lavina55@yahoo.com","dop":"2025-06-09","serial_number":"103815193047623","imei1":"103815193047623","imei2":"103815193047623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160742,"job_number":"JOB_160742","tr_customer_id":160759,"tr_customer_product_id":160749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Reyes Orn","mobile_number":"642-758-2157","email_id":"Oceane.Herman90@yahoo.com","dop":"2025-06-09","serial_number":"109027834954066","imei1":"109027834954066","imei2":"109027834954066","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160660,"job_number":"JOB_160660","tr_customer_id":160677,"tr_customer_product_id":160667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:39.000Z","name":"Reymundo Collier","mobile_number":"430-936-9275","email_id":"Fritz39@yahoo.com","dop":"2025-10-01","serial_number":"13092724198969","imei1":"13092724198969","imei2":"13092724198969","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160639,"job_number":"JOB_160639","tr_customer_id":160656,"tr_customer_product_id":160646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:52.000Z","name":"giyu tomiaka","mobile_number":"661-306-1487","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"810129453968525","imei1":"810129453968525","imei2":"810129453968525","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160622,"job_number":"JOB_160622","tr_customer_id":160639,"tr_customer_product_id":160629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:31.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"tanjiro kamado","mobile_number":"653-494-2222","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"600147797412783","imei1":"600147797412783","imei2":"600147797412783","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160610,"job_number":"JOB_160610","tr_customer_id":160627,"tr_customer_product_id":160617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:20.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"saitama sensei","mobile_number":"429-955-6204","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"827661603137662","imei1":"827661603137662","imei2":"827661603137662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160598,"job_number":"JOB_160598","tr_customer_id":160615,"tr_customer_product_id":160605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:08.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17112240240304","imei1":"17112240240304","imei2":"17112240240304","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160574,"job_number":"JOB_160574","tr_customer_id":160591,"tr_customer_product_id":160581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:39.000Z","modified_at":"2026-01-20T01:50:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10923379255846","imei1":"10923379255846","imei2":"10923379255846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T01:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 671ms
Mean size per request: 1.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI0Mn0.9P86Z9-vLpLxWq-_KU2s8vvvF3ZGvQKYrt1F0N2wvSM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b9111f4c-4a8b-4f4a-9aa1-9bff9728c1a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e2-WD679de7mxWJysRQTBpUxM836d0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:22.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI0Mn0.9P86Z9-vLpLxWq-_KU2s8vvvF3ZGvQKYrt1F0N2wvSM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 81679a65-a409-4267-a3d6-6751c044702b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 161102
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 727ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI0Mn0.9P86Z9-vLpLxWq-_KU2s8vvvF3ZGvQKYrt1F0N2wvSM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10558894-2f85-4920-930a-6640615be9c9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-TQox5+uryDu+0ibtN5cvc2WsYLs"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 80efb6ca-fda4-4d07-813a-21d604fe01e2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-GyqkFAdEtF+EQJRB8LDxNxZr3r0"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDV9.t_K9_KFUEpVzrdZ6xeY0-tGp7fKzCVYzosIBRz93xm4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26e0753b-ad8c-4a82-9424-842b35a8afc1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a34c73ee-01d3-4bcf-959a-0d58f9a62c97
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Uir3wR1OjJi07xI1ivtb/iwsGuQ"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":531},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 1018B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a45c71b-8db9-4e8b-9412-f769b785030b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1018
ETag W/"3fa-CZ/fYZ1tl/PHD3kGfnQDOxQeuhE"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:24.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-20T07:47:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 1018B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f74aca64-1a04-4761-93ac-e5109993a210
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1018
ETag W/"3fa-CZ/fYZ1tl/PHD3kGfnQDOxQeuhE"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:24.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-20T07:47:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f81ce35a-aa02-4d08-8af5-a0943e10f8d9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 161102
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5cff72d2-8289-4893-8519-66d99c4895f3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/161102
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzF9.l5Kuu7j6U0awAF8cmtvD0eu_VoEXpWBYTOS9UeFQqUI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0f1855f4-4f86-4ae0-a967-fc5849dfd2ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 090e646e-6b6a-4edf-a696-6699977659be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-aj7m4vvjSmhKJ4K8QWvgedkk9ao"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 243ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d949e3e8-6ff5-40b9-8941-9c5f7a690d11
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 242ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9800e673-0dfb-4dad-b7be-a08829017e09
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 241ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c84da182-53a5-417d-b042-e9879e9f0a5a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0fc83434-1183-4354-bb6f-64d2a8077643
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 239ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 31cd2811-50cb-476f-aa91-802c7b45ebf4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d85b1b84-f344-424e-aeb7-e23704188166
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-TZYOuOiGoLAezCaGNGgd6i/38PQ"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":531},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 239ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 36f6b24c-31d3-4145-ae8e-5ffe05d35633
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3faf45a8-8f47-48b8-b72a-ddc3834c1302
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-TZYOuOiGoLAezCaGNGgd6i/38PQ"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":531},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 757b30b7-ca1a-475f-8ad8-735b2957aa88
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 240ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fdf25dc6-04f4-418c-bd70-3b831c834315
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d8e45a74-b60c-49e8-98e3-0d125ac3f82d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 315ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
randomnumber 584
randomFirstName Peter
randomLastName McDermott
randomEmail Muriel56@hotmail.com
randomPhone 332-635-8148
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26d4394c-ab3d-46ac-a59c-452fa6ae20c7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1063
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Charlotte",
                "last_name": "Gutmann",
                "mobile_number": "586-935-3353",
                "mobile_number_alt": "",
                "email_id": "Alessandra.Schmeler@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"16436722384429",
                "imei1": "16436722384429",
                "imei2": "16436722384429",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-VrThhtlE7lOJwT4aeSF+C9QTmOE"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":161120,"tr_customer_product_id":161110,"job_number":"JOB_161103"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 240ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
randomnumber 236
randomFirstName Elton
randomLastName Durgan
randomEmail Arvel_Robel62@gmail.com
randomPhone 314-826-4391
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 740634ee-0afa-4965-ad3e-a169909fb507
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Marquis",
                "last_name": "Zieme",
                "mobile_number": "767-840-3652",
                "mobile_number_alt": "",
                "email_id": "Johnpaul.Sauer29@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"11116889416642",
                "imei1": "11116889416642",
                "imei2": "11116889416642",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 241ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyMzh9.fadHpMtoCY-qtdUzyJsvbbLeTg08vQWyu-i8o3OoZ2A
randomnumber 540
randomFirstName Chad
randomLastName Metz
randomEmail Brooke.Fadel@gmail.com
randomPhone 439-361-9128
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 442c7a95-7718-4adb-aceb-01a34e2c5a89
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1066
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Dorothy",
                "last_name": "Bernier",
                "mobile_number": "434-728-3494",
                "mobile_number_alt": "",
                "email_id": "Christopher_Nitzsche37@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"64887297035891",
                "imei1": "64887297035891",
                "imei2": "64887297035891",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 240ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
randomnumber 715
randomFirstName Marcelina
randomLastName Padberg
randomEmail Cara.Deckow@gmail.com
randomPhone 368-893-3482
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16c8fc5c-5ba7-4149-8c15-b299cc052f64
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 241ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
randomnumber 203
randomFirstName Keanu
randomLastName Schowalter
randomEmail Kylee31@gmail.com
randomPhone 478-566-6012
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 64ee2f04-e95f-4c39-b3d6-b89d0c48e154
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1040
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Kaia",
                "last_name": "Conroy",
                "mobile_number": "440-369-6989",
                "mobile_number_alt": "",
                "email_id": "Delaney_Fritsch@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000177",
                "imei1": "100000177",
                "imei2": "100000177",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 241ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
randomnumber 45
randomFirstName Rosina
randomLastName Carroll
randomEmail Charlotte_Strosin58@hotmail.com
randomPhone 332-390-8958
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4773048b-d2ea-42a2-8019-58726f8e8375
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 82d0cefd-3b6a-4993-bf90-c04f15d5947e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-HHw6Kg7zHsr3tCaZ2vMCK7LEcag"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":532},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 636ms
Mean size per request: 516.29KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ffd2f09-1e64-47ae-a484-9a5724c66081
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8112d-V6tvIxcrvyqz2zS/YaKAmYs4V8I"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:47:25.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161075,"job_number":"JOB_161075","tr_customer_id":161092,"tr_customer_product_id":161082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:12.000Z","modified_at":"2026-01-20T07:06:52.000Z","name":"Durward Rodriguez","mobile_number":"477-669-0599","email_id":"Jakob.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18465852724682","imei1":"18465852724682","imei2":"18465852724682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161073,"job_number":"JOB_161073","tr_customer_id":161090,"tr_customer_product_id":161080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:24.000Z","modified_at":"2026-01-20T07:06:04.000Z","name":"Sylvan Jerde","mobile_number":"714-207-6248","email_id":"Nadia_Feeney98@yahoo.com","dop":"2025-04-06","serial_number":"13334146092861","imei1":"13334146092861","imei2":"13334146092861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161071,"job_number":"JOB_161071","tr_customer_id":161088,"tr_customer_product_id":161078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:36.000Z","modified_at":"2026-01-20T07:05:17.000Z","name":"Nick Krajcik","mobile_number":"502-841-0852","email_id":"Marianne_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"16671586047956","imei1":"16671586047956","imei2":"16671586047956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161069,"job_number":"JOB_161069","tr_customer_id":161086,"tr_customer_product_id":161076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:05.000Z","modified_at":"2026-01-20T07:04:44.000Z","name":"Malcolm Spinka","mobile_number":"568-232-2476","email_id":"Fausto_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"18596294703540","imei1":"18596294703540","imei2":"18596294703540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161065,"job_number":"JOB_161065","tr_customer_id":161082,"tr_customer_product_id":161072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:27.000Z","modified_at":"2026-01-20T06:52:10.000Z","name":"Lucile Greenfelder","mobile_number":"252-551-6225","email_id":"Brisa.Lind15@hotmail.com","dop":"2025-04-06","serial_number":"15826904670288","imei1":"15826904670288","imei2":"15826904670288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161062,"job_number":"JOB_161062","tr_customer_id":161079,"tr_customer_product_id":161069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:51:18.000Z","name":"Kendrick Mitchell","mobile_number":"836-399-2145","email_id":"Ellsworth38@gmail.com","dop":"2025-04-06","serial_number":"14974711835673","imei1":"14974711835673","imei2":"14974711835673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161058,"job_number":"JOB_161058","tr_customer_id":161075,"tr_customer_product_id":161065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:50.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Flossie Russel","mobile_number":"788-564-9689","email_id":"Eden62@gmail.com","dop":"2025-04-06","serial_number":"18987473383927","imei1":"18987473383927","imei2":"18987473383927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161056,"job_number":"JOB_161056","tr_customer_id":161073,"tr_customer_product_id":161063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:50:27.000Z","name":"Amira Mills","mobile_number":"287-628-4398","email_id":"Paxton_Gulgowski17@hotmail.com","dop":"2025-04-06","serial_number":"14332171312563","imei1":"14332171312563","imei2":"14332171312563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161053,"job_number":"JOB_161053","tr_customer_id":161070,"tr_customer_product_id":161060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:23.000Z","modified_at":"2026-01-20T06:46:07.000Z","name":"Mara Jacobson","mobile_number":"565-420-3305","email_id":"Raquel92@hotmail.com","dop":"2025-04-06","serial_number":"16913593555369","imei1":"16913593555369","imei2":"16913593555369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161051,"job_number":"JOB_161051","tr_customer_id":161068,"tr_customer_product_id":161058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:51.000Z","name":"Gus Jacobs","mobile_number":"480-225-2957","email_id":"Amya58@yahoo.com","dop":"2025-04-06","serial_number":"10344026741304","imei1":"10344026741304","imei2":"10344026741304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161048,"job_number":"JOB_161048","tr_customer_id":161065,"tr_customer_product_id":161055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:27.000Z","modified_at":"2026-01-20T06:45:05.000Z","name":"Jarrell O'Reilly","mobile_number":"257-211-0848","email_id":"Jerel75@gmail.com","dop":"2025-04-06","serial_number":"12485721464309","imei1":"12485721464309","imei2":"12485721464309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161046,"job_number":"JOB_161046","tr_customer_id":161063,"tr_customer_product_id":161053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Lavon Kessler","mobile_number":"361-482-2191","email_id":"Viola.Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"10513131621022","imei1":"10513131621022","imei2":"10513131621022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161043,"job_number":"JOB_161043","tr_customer_id":161060,"tr_customer_product_id":161050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Granville Gislason","mobile_number":"383-631-7724","email_id":"Laurine5@yahoo.com","dop":"2025-04-06","serial_number":"10317495453205","imei1":"10317495453205","imei2":"10317495453205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161040,"job_number":"JOB_161040","tr_customer_id":161057,"tr_customer_product_id":161047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:37.000Z","modified_at":"2026-01-20T06:44:15.000Z","name":"Darryl Hilll","mobile_number":"952-771-5601","email_id":"Jerrell.Bruen12@yahoo.com","dop":"2025-04-06","serial_number":"10382276496605","imei1":"10382276496605","imei2":"10382276496605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161036,"job_number":"JOB_161036","tr_customer_id":161053,"tr_customer_product_id":161043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:29.000Z","modified_at":"2026-01-20T06:44:10.000Z","name":"Damion Corkery","mobile_number":"693-963-1163","email_id":"Rogelio11@gmail.com","dop":"2025-04-06","serial_number":"19002195293440","imei1":"19002195293440","imei2":"19002195293440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161033,"job_number":"JOB_161033","tr_customer_id":161050,"tr_customer_product_id":161040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:43:29.000Z","name":"Newell Trantow","mobile_number":"734-822-7316","email_id":"Carey99@gmail.com","dop":"2025-04-06","serial_number":"15331183534878","imei1":"15331183534878","imei2":"15331183534878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161029,"job_number":"JOB_161029","tr_customer_id":161046,"tr_customer_product_id":161036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:14.000Z","modified_at":"2026-01-20T06:39:52.000Z","name":"Jameson Schumm","mobile_number":"747-310-1122","email_id":"Lupe_King44@hotmail.com","dop":"2025-04-06","serial_number":"12466296560606","imei1":"12466296560606","imei2":"12466296560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161023,"job_number":"JOB_161023","tr_customer_id":161040,"tr_customer_product_id":161030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:39:06.000Z","name":"Vergie Considine","mobile_number":"486-428-4848","email_id":"Eula.Nitzsche62@hotmail.com","dop":"2025-04-06","serial_number":"11824231509787","imei1":"11824231509787","imei2":"11824231509787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161020,"job_number":"JOB_161020","tr_customer_id":161037,"tr_customer_product_id":161027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:56.000Z","name":"Sister Harber","mobile_number":"729-849-7940","email_id":"Laurel.Schuster49@gmail.com","dop":"2025-04-06","serial_number":"10688829553303","imei1":"10688829553303","imei2":"10688829553303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161014,"job_number":"JOB_161014","tr_customer_id":161031,"tr_customer_product_id":161021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:38:21.000Z","name":"Leta Moen","mobile_number":"791-978-1410","email_id":"Charlie.Kihn@hotmail.com","dop":"2025-04-06","serial_number":"13077663256895","imei1":"13077663256895","imei2":"13077663256895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161009,"job_number":"JOB_161009","tr_customer_id":161026,"tr_customer_product_id":161016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:13.000Z","modified_at":"2026-01-20T06:38:00.000Z","name":"Ryley O'Hara","mobile_number":"621-672-4793","email_id":"Gavin.Hamill48@gmail.com","dop":"2025-04-06","serial_number":"19447333116384","imei1":"19447333116384","imei2":"19447333116384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160998,"job_number":"JOB_160998","tr_customer_id":161015,"tr_customer_product_id":161005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:37:04.000Z","name":"Carmel Cruickshank","mobile_number":"325-584-3015","email_id":"Sadye_Steuber87@gmail.com","dop":"2025-04-06","serial_number":"12970918002180","imei1":"12970918002180","imei2":"12970918002180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160993,"job_number":"JOB_160993","tr_customer_id":161010,"tr_customer_product_id":161000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:29.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"Reese Reinger","mobile_number":"624-738-4751","email_id":"Julio94@hotmail.com","dop":"2025-04-06","serial_number":"19185796710184","imei1":"19185796710184","imei2":"19185796710184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160991,"job_number":"JOB_160991","tr_customer_id":161008,"tr_customer_product_id":160998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:42.000Z","modified_at":"2026-01-20T06:33:24.000Z","name":"Sedrick Howell","mobile_number":"638-624-0780","email_id":"Leopoldo_Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"11690173158295","imei1":"11690173158295","imei2":"11690173158295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160988,"job_number":"JOB_160988","tr_customer_id":161005,"tr_customer_product_id":160995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:52.000Z","modified_at":"2026-01-20T06:32:34.000Z","name":"Elvera Daniel","mobile_number":"387-804-6113","email_id":"Cullen_Shanahan86@hotmail.com","dop":"2025-04-06","serial_number":"14277294902585","imei1":"14277294902585","imei2":"14277294902585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160983,"job_number":"JOB_160983","tr_customer_id":161000,"tr_customer_product_id":160990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:43.000Z","name":"Horacio Howe","mobile_number":"776-538-5361","email_id":"Ocie.Will42@hotmail.com","dop":"2025-04-06","serial_number":"18229187004120","imei1":"18229187004120","imei2":"18229187004120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160979,"job_number":"JOB_160979","tr_customer_id":160996,"tr_customer_product_id":160986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:31:07.000Z","name":"Holden Wuckert","mobile_number":"257-995-3094","email_id":"Tristin.Rau1@hotmail.com","dop":"2025-04-06","serial_number":"17444730596904","imei1":"17444730596904","imei2":"17444730596904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160975,"job_number":"JOB_160975","tr_customer_id":160992,"tr_customer_product_id":160982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:30:11.000Z","name":"Julius Cremin","mobile_number":"504-933-4274","email_id":"Elza.Klein@hotmail.com","dop":"2025-04-06","serial_number":"18806580934662","imei1":"18806580934662","imei2":"18806580934662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160972,"job_number":"JOB_160972","tr_customer_id":160989,"tr_customer_product_id":160979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:28.000Z","modified_at":"2026-01-20T06:29:15.000Z","name":"Consuelo D'Amore","mobile_number":"361-436-6251","email_id":"Lavada_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"14712879301723","imei1":"14712879301723","imei2":"14712879301723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160968,"job_number":"JOB_160968","tr_customer_id":160985,"tr_customer_product_id":160975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:59.000Z","name":"Precious Bergstrom","mobile_number":"377-912-7115","email_id":"Penelope_Schmeler88@hotmail.com","dop":"2025-04-06","serial_number":"16350137461194","imei1":"16350137461194","imei2":"16350137461194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160965,"job_number":"JOB_160965","tr_customer_id":160982,"tr_customer_product_id":160972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:27:07.000Z","name":"Kayden O'Keefe","mobile_number":"921-986-0534","email_id":"Adolphus_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14528372872197","imei1":"14528372872197","imei2":"14528372872197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160961,"job_number":"JOB_160961","tr_customer_id":160978,"tr_customer_product_id":160968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:26:15.000Z","name":"Aimee Keeling","mobile_number":"435-863-7570","email_id":"Helmer78@yahoo.com","dop":"2025-04-06","serial_number":"16942125953565","imei1":"16942125953565","imei2":"16942125953565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160958,"job_number":"JOB_160958","tr_customer_id":160975,"tr_customer_product_id":160965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:25:19.000Z","name":"Donavon Rutherford","mobile_number":"297-528-6767","email_id":"Laurel96@gmail.com","dop":"2025-06-18","serial_number":"10060455463642","imei1":"10060455463642","imei2":"10060455463642","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160955,"job_number":"JOB_160955","tr_customer_id":160972,"tr_customer_product_id":160962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:24:31.000Z","name":"Lyla Hilpert","mobile_number":"441-604-5984","email_id":"Murl_OKon51@hotmail.com","dop":"2025-06-18","serial_number":"10195039073993","imei1":"10195039073993","imei2":"10195039073993","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160950,"job_number":"JOB_160950","tr_customer_id":160967,"tr_customer_product_id":160957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:22:15.000Z","name":"Daisy Torp","mobile_number":"624-321-5346","email_id":"Catherine86@hotmail.com","dop":"2025-04-06","serial_number":"13771357377253","imei1":"13771357377253","imei2":"13771357377253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160938,"job_number":"JOB_160938","tr_customer_id":160955,"tr_customer_product_id":160945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:30.000Z","name":"Edgar Schiller","mobile_number":"595-720-0133","email_id":"Shirley.Miller3@hotmail.com","dop":"2025-04-06","serial_number":"13516181343173","imei1":"13516181343173","imei2":"13516181343173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160934,"job_number":"JOB_160934","tr_customer_id":160951,"tr_customer_product_id":160941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:44.000Z","name":"Hal Raynor","mobile_number":"830-629-5868","email_id":"Elmore_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"11763153772664","imei1":"11763153772664","imei2":"11763153772664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160920,"job_number":"JOB_160920","tr_customer_id":160937,"tr_customer_product_id":160927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:27.000Z","modified_at":"2026-01-20T05:59:06.000Z","name":"Penelope Padberg","mobile_number":"331-994-5305","email_id":"Carson73@gmail.com","dop":"2025-04-06","serial_number":"18648853049040","imei1":"18648853049040","imei2":"18648853049040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160917,"job_number":"JOB_160917","tr_customer_id":160934,"tr_customer_product_id":160924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:58:19.000Z","name":"Cara Mills","mobile_number":"551-424-5734","email_id":"Elsa.Bashirian@gmail.com","dop":"2025-04-06","serial_number":"10385527754579","imei1":"10385527754579","imei2":"10385527754579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160914,"job_number":"JOB_160914","tr_customer_id":160931,"tr_customer_product_id":160921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:57:31.000Z","name":"Ruby Swaniawski","mobile_number":"591-742-3748","email_id":"Nicolas21@hotmail.com","dop":"2025-04-06","serial_number":"15125482433876","imei1":"15125482433876","imei2":"15125482433876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160909,"job_number":"JOB_160909","tr_customer_id":160926,"tr_customer_product_id":160916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:44:00.000Z","name":"Lexie O'Reilly","mobile_number":"326-442-5784","email_id":"Cristal.McKenzie39@hotmail.com","dop":"2025-04-13","serial_number":"10938580167605","imei1":"10938580167605","imei2":"10938580167605","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160906,"job_number":"JOB_160906","tr_customer_id":160923,"tr_customer_product_id":160913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:55.000Z","name":"Buford Jacobs","mobile_number":"841-424-9354","email_id":"Ruthie.Terry@yahoo.com","dop":"2025-04-13","serial_number":"10411803993723","imei1":"10411803993723","imei2":"10411803993723","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160903,"job_number":"JOB_160903","tr_customer_id":160920,"tr_customer_product_id":160910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:50.000Z","name":"Brant Dickinson","mobile_number":"915-896-4985","email_id":"Bella.Schmidt@yahoo.com","dop":"2025-04-13","serial_number":"10919908868526","imei1":"10919908868526","imei2":"10919908868526","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160897,"job_number":"JOB_160897","tr_customer_id":160914,"tr_customer_product_id":160904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:22:11.000Z","name":"Jazmin Grimes","mobile_number":"729-284-3158","email_id":"Carli_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"14970965690048","imei1":"14970965690048","imei2":"14970965690048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:22:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160893,"job_number":"JOB_160893","tr_customer_id":160910,"tr_customer_product_id":160900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:21:22.000Z","name":"Yvonne Anderson","mobile_number":"432-290-1991","email_id":"Sydnee.Hansen@gmail.com","dop":"2025-04-06","serial_number":"13875356421511","imei1":"13875356421511","imei2":"13875356421511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160890,"job_number":"JOB_160890","tr_customer_id":160907,"tr_customer_product_id":160897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:53.000Z","modified_at":"2026-01-20T05:20:33.000Z","name":"Nickolas Feest","mobile_number":"289-745-3429","email_id":"Caden_Brekke79@hotmail.com","dop":"2025-04-06","serial_number":"16975907232226","imei1":"16975907232226","imei2":"16975907232226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160888,"job_number":"JOB_160888","tr_customer_id":160905,"tr_customer_product_id":160895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:31.000Z","modified_at":"2026-01-20T05:18:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12890590944132","imei2":"12890590944132","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160875,"job_number":"JOB_160875","tr_customer_id":160892,"tr_customer_product_id":160882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:38.000Z","modified_at":"2026-01-20T05:02:18.000Z","name":"Hermina Hegmann","mobile_number":"234-629-1542","email_id":"Piper76@yahoo.com","dop":"2025-04-06","serial_number":"10480872435763","imei1":"10480872435763","imei2":"10480872435763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160873,"job_number":"JOB_160873","tr_customer_id":160890,"tr_customer_product_id":160880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:19.000Z","modified_at":"2026-01-20T05:01:56.000Z","name":"Edd Boehm","mobile_number":"446-942-2805","email_id":"Keira39@yahoo.com","dop":"2025-04-06","serial_number":"14826931466475","imei1":"14826931466475","imei2":"14826931466475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160863,"job_number":"JOB_160863","tr_customer_id":160880,"tr_customer_product_id":160870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:53.000Z","modified_at":"2026-01-20T04:59:30.000Z","name":"Alford Champlin","mobile_number":"655-837-4377","email_id":"Zakary_Bergnaum@gmail.com","dop":"2025-04-06","serial_number":"17720588465527","imei1":"17720588465527","imei2":"17720588465527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160857,"job_number":"JOB_160857","tr_customer_id":160874,"tr_customer_product_id":160864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:08.000Z","modified_at":"2026-01-20T04:58:46.000Z","name":"Kariane Effertz","mobile_number":"986-439-5531","email_id":"Stella.Friesen48@yahoo.com","dop":"2025-04-06","serial_number":"19234058064546","imei1":"19234058064546","imei2":"19234058064546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160855,"job_number":"JOB_160855","tr_customer_id":160872,"tr_customer_product_id":160862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:24.000Z","modified_at":"2026-01-20T04:58:01.000Z","name":"Grady Swaniawski","mobile_number":"795-392-3370","email_id":"Edyth.Kuhn@gmail.com","dop":"2025-04-06","serial_number":"13049590270596","imei1":"13049590270596","imei2":"13049590270596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160849,"job_number":"JOB_160849","tr_customer_id":160866,"tr_customer_product_id":160856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:26.000Z","modified_at":"2026-01-20T04:57:02.000Z","name":"Roxane Bartell","mobile_number":"797-336-5666","email_id":"Johan_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13344840822453","imei1":"13344840822453","imei2":"13344840822453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160846,"job_number":"JOB_160846","tr_customer_id":160863,"tr_customer_product_id":160853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:58.000Z","name":"Bryana Cremin","mobile_number":"842-430-0484","email_id":"Colton15@yahoo.com","dop":"2025-07-01","serial_number":"106832387946610","imei1":"106832387946610","imei2":"106832387946610","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160844,"job_number":"JOB_160844","tr_customer_id":160861,"tr_customer_product_id":160851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"Wava Corwin","mobile_number":"687-351-2568","email_id":"Mercedes94@hotmail.com","dop":"2025-07-01","serial_number":"102200459205321","imei1":"102200459205321","imei2":"102200459205321","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160830,"job_number":"JOB_160830","tr_customer_id":160847,"tr_customer_product_id":160837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:04.000Z","modified_at":"2026-01-20T04:41:43.000Z","name":"Libbie Towne","mobile_number":"633-850-5997","email_id":"Aaliyah.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"18125799178141","imei1":"18125799178141","imei2":"18125799178141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160826,"job_number":"JOB_160826","tr_customer_id":160843,"tr_customer_product_id":160833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:56.000Z","name":"Laura Muller","mobile_number":"298-335-3467","email_id":"Willy.Cruickshank67@gmail.com","dop":"2025-04-06","serial_number":"11683872509060","imei1":"11683872509060","imei2":"11683872509060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160823,"job_number":"JOB_160823","tr_customer_id":160840,"tr_customer_product_id":160830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:30.000Z","modified_at":"2026-01-20T04:40:09.000Z","name":"Randi Will","mobile_number":"624-542-6784","email_id":"Sam_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"18701073074735","imei1":"18701073074735","imei2":"18701073074735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160818,"job_number":"JOB_160818","tr_customer_id":160835,"tr_customer_product_id":160825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:09:35.000Z","name":"Ayden Boyer","mobile_number":"594-583-4014","email_id":"Dayna.Miller62@hotmail.com","dop":"2025-04-06","serial_number":"13032083626178","imei1":"13032083626178","imei2":"13032083626178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:09:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160815,"job_number":"JOB_160815","tr_customer_id":160832,"tr_customer_product_id":160822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:17.000Z","modified_at":"2026-01-20T04:08:52.000Z","name":"Eliza Schmeler","mobile_number":"823-407-8181","email_id":"Alvera_Pfeffer17@gmail.com","dop":"2025-04-06","serial_number":"13233958587184","imei1":"13233958587184","imei2":"13233958587184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160810,"job_number":"JOB_160810","tr_customer_id":160827,"tr_customer_product_id":160817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:34.000Z","modified_at":"2026-01-20T04:08:09.000Z","name":"Nathaniel Ernser","mobile_number":"861-950-4820","email_id":"Parker5@hotmail.com","dop":"2025-04-06","serial_number":"13457062170679","imei1":"13457062170679","imei2":"13457062170679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160784,"job_number":"JOB_160784","tr_customer_id":160801,"tr_customer_product_id":160791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:58:18.000Z","name":"Nash Littel","mobile_number":"473-973-2490","email_id":"Gretchen.OHara@hotmail.com","dop":"2025-04-06","serial_number":"15692227490891","imei1":"15692227490891","imei2":"15692227490891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160781,"job_number":"JOB_160781","tr_customer_id":160798,"tr_customer_product_id":160788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:58:06.000Z","name":"Andres McGlynn","mobile_number":"264-358-0056","email_id":"Kasandra.Kub@gmail.com","dop":"2025-04-06","serial_number":"12088931013405","imei1":"12088931013405","imei2":"12088931013405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160775,"job_number":"JOB_160775","tr_customer_id":160792,"tr_customer_product_id":160782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:04.000Z","modified_at":"2026-01-20T03:57:43.000Z","name":"Jerrod Dicki","mobile_number":"620-883-5824","email_id":"Veda31@yahoo.com","dop":"2025-04-06","serial_number":"13038394919944","imei1":"13038394919944","imei2":"13038394919944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160769,"job_number":"JOB_160769","tr_customer_id":160786,"tr_customer_product_id":160776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:34.000Z","name":"Kristy Kreiger","mobile_number":"805-994-4685","email_id":"Roslyn.Goyette41@hotmail.com","dop":"2025-04-06","serial_number":"10126326828087","imei1":"10126326828087","imei2":"10126326828087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160766,"job_number":"JOB_160766","tr_customer_id":160783,"tr_customer_product_id":160773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:53.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Judah Kutch","mobile_number":"999-986-2344","email_id":"Tiana.Konopelski55@gmail.com","dop":"2025-04-06","serial_number":"15209123563786","imei1":"15209123563786","imei2":"15209123563786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160763,"job_number":"JOB_160763","tr_customer_id":160780,"tr_customer_product_id":160770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:51.000Z","modified_at":"2026-01-20T03:57:30.000Z","name":"King Will","mobile_number":"653-962-2519","email_id":"Lorena.Turcotte1@yahoo.com","dop":"2025-04-06","serial_number":"13117945906486","imei1":"13117945906486","imei2":"13117945906486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160760,"job_number":"JOB_160760","tr_customer_id":160777,"tr_customer_product_id":160767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:47.000Z","modified_at":"2026-01-20T03:57:23.000Z","name":"Herbert Rempel","mobile_number":"686-684-7147","email_id":"Reyes.Feest@hotmail.com","dop":"2025-04-06","serial_number":"17670329307600","imei1":"17670329307600","imei2":"17670329307600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160757,"job_number":"JOB_160757","tr_customer_id":160774,"tr_customer_product_id":160764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Cora Prohaska","mobile_number":"283-709-1448","email_id":"Randal.Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"16405583146411","imei1":"16405583146411","imei2":"16405583146411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160748,"job_number":"JOB_160748","tr_customer_id":160765,"tr_customer_product_id":160755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:34.000Z","modified_at":"2026-01-20T03:57:12.000Z","name":"Rhea Bauch","mobile_number":"211-598-4665","email_id":"Angelo66@yahoo.com","dop":"2025-04-06","serial_number":"10718462983702","imei1":"10718462983702","imei2":"10718462983702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160745,"job_number":"JOB_160745","tr_customer_id":160762,"tr_customer_product_id":160752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:57:00.000Z","name":"Earlene Hammes","mobile_number":"248-577-1211","email_id":"Dedrick82@yahoo.com","dop":"2025-04-06","serial_number":"17142493669550","imei1":"17142493669550","imei2":"17142493669550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160739,"job_number":"JOB_160739","tr_customer_id":160756,"tr_customer_product_id":160746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"Mohammed Ankunding","mobile_number":"327-564-6405","email_id":"Destiney29@hotmail.com","dop":"2025-04-06","serial_number":"11690601597572","imei1":"11690601597572","imei2":"11690601597572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160736,"job_number":"JOB_160736","tr_customer_id":160753,"tr_customer_product_id":160743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:55.000Z","name":"Kim Runolfsdottir","mobile_number":"315-581-7202","email_id":"Everett.Schneider@gmail.com","dop":"2025-04-06","serial_number":"15677350756379","imei1":"15677350756379","imei2":"15677350756379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160733,"job_number":"JOB_160733","tr_customer_id":160750,"tr_customer_product_id":160740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:13.000Z","modified_at":"2026-01-20T03:56:49.000Z","name":"Lisa Bashirian","mobile_number":"436-522-8754","email_id":"Carmella_Hyatt@gmail.com","dop":"2025-04-06","serial_number":"11473846792107","imei1":"11473846792107","imei2":"11473846792107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160730,"job_number":"JOB_160730","tr_customer_id":160747,"tr_customer_product_id":160737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Liana Braun","mobile_number":"646-490-4954","email_id":"Napoleon.Heidenreich@yahoo.com","dop":"2025-04-06","serial_number":"12607378648273","imei1":"12607378648273","imei2":"12607378648273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160726,"job_number":"JOB_160726","tr_customer_id":160743,"tr_customer_product_id":160733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:09.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Maeve Kub","mobile_number":"952-428-3529","email_id":"Shyanne75@hotmail.com","dop":"2025-04-06","serial_number":"14051310007614","imei1":"14051310007614","imei2":"14051310007614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160724,"job_number":"JOB_160724","tr_customer_id":160741,"tr_customer_product_id":160731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Patricia Moen","mobile_number":"402-254-4415","email_id":"Tierra_Bahringer@yahoo.com","dop":"2025-04-06","serial_number":"10950885956249","imei1":"10950885956249","imei2":"10950885956249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160720,"job_number":"JOB_160720","tr_customer_id":160737,"tr_customer_product_id":160727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:43.000Z","name":"Fermin Rice","mobile_number":"351-995-0001","email_id":"Simone.White89@gmail.com","dop":"2025-04-06","serial_number":"11025084105654","imei1":"11025084105654","imei2":"11025084105654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160717,"job_number":"JOB_160717","tr_customer_id":160734,"tr_customer_product_id":160725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:39.000Z","name":"Jo Macejkovic","mobile_number":"294-947-2038","email_id":"Diamond98@gmail.com","dop":"2025-04-06","serial_number":"12647755358697","imei1":"12647755358697","imei2":"12647755358697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160715,"job_number":"JOB_160715","tr_customer_id":160732,"tr_customer_product_id":160722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Berneice Prosacco","mobile_number":"333-211-3560","email_id":"Iva55@yahoo.com","dop":"2025-04-06","serial_number":"13665050706045","imei1":"13665050706045","imei2":"13665050706045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160712,"job_number":"JOB_160712","tr_customer_id":160729,"tr_customer_product_id":160719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"Gaston Dooley","mobile_number":"716-276-4528","email_id":"Trever_Kilback@yahoo.com","dop":"2025-04-06","serial_number":"17490890061274","imei1":"17490890061274","imei2":"17490890061274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160705,"job_number":"JOB_160705","tr_customer_id":160722,"tr_customer_product_id":160712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:26.000Z","name":"Max Okuneva","mobile_number":"246-784-6521","email_id":"Evans_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"18795002889225","imei1":"18795002889225","imei2":"18795002889225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160703,"job_number":"JOB_160703","tr_customer_id":160720,"tr_customer_product_id":160710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Lilla Rutherford","mobile_number":"842-485-7828","email_id":"Madison.Leannon41@gmail.com","dop":"2025-04-06","serial_number":"10154078461907","imei1":"10154078461907","imei2":"10154078461907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160700,"job_number":"JOB_160700","tr_customer_id":160717,"tr_customer_product_id":160707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:56:16.000Z","name":"Justen Hackett","mobile_number":"525-944-5751","email_id":"Rebecca_Cronin@yahoo.com","dop":"2025-04-06","serial_number":"18267887069268","imei1":"18267887069268","imei2":"18267887069268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160693,"job_number":"JOB_160693","tr_customer_id":160710,"tr_customer_product_id":160700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:56:09.000Z","name":"Dustin Wisozk","mobile_number":"852-805-9850","email_id":"Merl67@yahoo.com","dop":"2025-04-06","serial_number":"16975628273767","imei1":"16975628273767","imei2":"16975628273767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160689,"job_number":"JOB_160689","tr_customer_id":160706,"tr_customer_product_id":160696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"Daren Steuber","mobile_number":"811-725-0076","email_id":"Catharine_Yundt9@hotmail.com","dop":"2025-04-06","serial_number":"16115333959507","imei1":"16115333959507","imei2":"16115333959507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160687,"job_number":"JOB_160687","tr_customer_id":160704,"tr_customer_product_id":160694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:05.000Z","name":"Jett Kilback","mobile_number":"947-512-7579","email_id":"Alexzander0@hotmail.com","dop":"2025-04-06","serial_number":"12462922272119","imei1":"12462922272119","imei2":"12462922272119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160680,"job_number":"JOB_160680","tr_customer_id":160697,"tr_customer_product_id":160687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Joan Moen","mobile_number":"848-841-6889","email_id":"Greyson_DuBuque@yahoo.com","dop":"2025-04-06","serial_number":"15756599570244","imei1":"15756599570244","imei2":"15756599570244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160679,"job_number":"JOB_160679","tr_customer_id":160696,"tr_customer_product_id":160686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"Robin Huel","mobile_number":"325-834-9939","email_id":"Louie_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"17089278608571","imei1":"17089278608571","imei2":"17089278608571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160677,"job_number":"JOB_160677","tr_customer_id":160694,"tr_customer_product_id":160684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Tiana Douglas","mobile_number":"371-658-4155","email_id":"Davon38@gmail.com","dop":"2025-04-06","serial_number":"11727227278790","imei1":"11727227278790","imei2":"11727227278790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160672,"job_number":"JOB_160672","tr_customer_id":160689,"tr_customer_product_id":160679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Toy Schmeler","mobile_number":"557-642-1968","email_id":"Allie.Christiansen@gmail.com","dop":"2025-04-06","serial_number":"16477856119953","imei1":"16477856119953","imei2":"16477856119953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160664,"job_number":"JOB_160664","tr_customer_id":160681,"tr_customer_product_id":160671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"Deanna Harber","mobile_number":"533-825-6563","email_id":"Boyd_Crist@gmail.com","dop":"2025-04-06","serial_number":"15826894682176","imei1":"15826894682176","imei2":"15826894682176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160659,"job_number":"JOB_160659","tr_customer_id":160676,"tr_customer_product_id":160666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:54.000Z","name":"Lydia Champlin","mobile_number":"719-970-4519","email_id":"Jarrell_Skiles55@gmail.com","dop":"2025-04-06","serial_number":"11301150804195","imei1":"11301150804195","imei2":"11301150804195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160651,"job_number":"JOB_160651","tr_customer_id":160668,"tr_customer_product_id":160658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:41.000Z","name":"Rylan Purdy","mobile_number":"539-861-2721","email_id":"Gus87@gmail.com","dop":"2025-04-06","serial_number":"12187800445466","imei1":"12187800445466","imei2":"12187800445466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160648,"job_number":"JOB_160648","tr_customer_id":160665,"tr_customer_product_id":160655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:03.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jayme Sporer","mobile_number":"514-735-2590","email_id":"Jillian_Flatley8@hotmail.com","dop":"2025-04-06","serial_number":"17994891926419","imei1":"17994891926419","imei2":"17994891926419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160644,"job_number":"JOB_160644","tr_customer_id":160661,"tr_customer_product_id":160651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Raymond Feeney","mobile_number":"239-557-5774","email_id":"Elsie_Abernathy27@yahoo.com","dop":"2025-06-18","serial_number":"10669990375106","imei1":"10669990375106","imei2":"10669990375106","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160637,"job_number":"JOB_160637","tr_customer_id":160654,"tr_customer_product_id":160644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Alana Murray","mobile_number":"694-351-5569","email_id":"Prince.Lowe85@gmail.com","dop":"2025-04-06","serial_number":"18768966249943","imei1":"18768966249943","imei2":"18768966249943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160632,"job_number":"JOB_160632","tr_customer_id":160649,"tr_customer_product_id":160639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Josefa Emard","mobile_number":"530-449-5411","email_id":"Moises57@gmail.com","dop":"2025-04-06","serial_number":"18613720555274","imei1":"18613720555274","imei2":"18613720555274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160631,"job_number":"JOB_160631","tr_customer_id":160648,"tr_customer_product_id":160638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Emory Rempel","mobile_number":"655-593-2813","email_id":"Jaden.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"14153855044136","imei1":"14153855044136","imei2":"14153855044136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160628,"job_number":"JOB_160628","tr_customer_id":160645,"tr_customer_product_id":160635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:55:17.000Z","name":"Rogers Jacobs","mobile_number":"433-904-4176","email_id":"Prudence.Goyette25@yahoo.com","dop":"2025-04-06","serial_number":"13039383107544","imei1":"13039383107544","imei2":"13039383107544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160626,"job_number":"JOB_160626","tr_customer_id":160643,"tr_customer_product_id":160633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:55:13.000Z","name":"Matt Bergnaum","mobile_number":"681-210-9492","email_id":"Eleonore.Pacocha44@yahoo.com","dop":"2025-04-06","serial_number":"16671482508600","imei1":"16671482508600","imei2":"16671482508600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160623,"job_number":"JOB_160623","tr_customer_id":160640,"tr_customer_product_id":160630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:32.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Amanda Parker","mobile_number":"220-722-5389","email_id":"Cooper.Breitenberg42@hotmail.com","dop":"2025-04-06","serial_number":"16562201700942","imei1":"16562201700942","imei2":"16562201700942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160620,"job_number":"JOB_160620","tr_customer_id":160637,"tr_customer_product_id":160627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Breanne Zemlak","mobile_number":"756-347-2340","email_id":"Linwood51@yahoo.com","dop":"2025-04-06","serial_number":"10147103235486","imei1":"10147103235486","imei2":"10147103235486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160616,"job_number":"JOB_160616","tr_customer_id":160633,"tr_customer_product_id":160623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Garnet McGlynn","mobile_number":"238-509-6798","email_id":"Maci_Larson@gmail.com","dop":"2025-04-06","serial_number":"13498008856489","imei1":"13498008856489","imei2":"13498008856489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160612,"job_number":"JOB_160612","tr_customer_id":160629,"tr_customer_product_id":160619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:55:00.000Z","name":"Lee Sanford","mobile_number":"673-681-8256","email_id":"Wilburn34@hotmail.com","dop":"2025-04-06","serial_number":"10654345518426","imei1":"10654345518426","imei2":"10654345518426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160611,"job_number":"JOB_160611","tr_customer_id":160628,"tr_customer_product_id":160618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Tess Abbott","mobile_number":"320-565-4660","email_id":"Johnathon.Casper@gmail.com","dop":"2025-04-06","serial_number":"10949405632691","imei1":"10949405632691","imei2":"10949405632691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160608,"job_number":"JOB_160608","tr_customer_id":160625,"tr_customer_product_id":160615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:50.000Z","name":"Marina Bashirian","mobile_number":"623-940-0359","email_id":"Marlen29@gmail.com","dop":"2025-06-18","serial_number":"10579544083450","imei1":"10579544083450","imei2":"10579544083450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160606,"job_number":"JOB_160606","tr_customer_id":160623,"tr_customer_product_id":160613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:03.000Z","modified_at":"2026-01-20T03:54:12.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"68973573980902","imei1":"68973573980902","imei2":"68973573980902","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160604,"job_number":"JOB_160604","tr_customer_id":160621,"tr_customer_product_id":160611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:54.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Elmo Will","mobile_number":"758-300-1219","email_id":"Aron_Frami75@gmail.com","dop":"2025-04-06","serial_number":"17795190829458","imei1":"17795190829458","imei2":"17795190829458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160602,"job_number":"JOB_160602","tr_customer_id":160619,"tr_customer_product_id":160609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:51.000Z","modified_at":"2026-01-20T03:54:00.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"51002023073889","imei1":"51002023073889","imei2":"51002023073889","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160600,"job_number":"JOB_160600","tr_customer_id":160617,"tr_customer_product_id":160607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:46.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Carson Oberbrunner","mobile_number":"274-543-1779","email_id":"Travis.Hansen18@yahoo.com","dop":"2025-04-06","serial_number":"16526521122489","imei1":"16526521122489","imei2":"16526521122489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160596,"job_number":"JOB_160596","tr_customer_id":160613,"tr_customer_product_id":160603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:49.000Z","name":"Mckenzie O'Hara","mobile_number":"794-613-0015","email_id":"Narciso94@gmail.com","dop":"2025-04-06","serial_number":"16077967050687","imei1":"16077967050687","imei2":"16077967050687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160593,"job_number":"JOB_160593","tr_customer_id":160610,"tr_customer_product_id":160600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:24.000Z","modified_at":"2026-01-20T03:49:02.000Z","name":"Raleigh Becker","mobile_number":"738-496-9000","email_id":"Jarrett_Stamm@yahoo.com","dop":"2025-04-06","serial_number":"17114659222395","imei1":"17114659222395","imei2":"17114659222395","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160590,"job_number":"JOB_160590","tr_customer_id":160607,"tr_customer_product_id":160597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:37.000Z","modified_at":"2026-01-20T03:48:16.000Z","name":"Loy Hayes","mobile_number":"842-863-2947","email_id":"Rodrigo.King83@hotmail.com","dop":"2025-04-06","serial_number":"13051514170579","imei1":"13051514170579","imei2":"13051514170579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:48:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160584,"job_number":"JOB_160584","tr_customer_id":160601,"tr_customer_product_id":160591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:01:14.000Z","name":"Tierra White","mobile_number":"887-828-1417","email_id":"Reta85@hotmail.com","dop":"2025-04-06","serial_number":"18336253126978","imei1":"18336253126978","imei2":"18336253126978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160581,"job_number":"JOB_160581","tr_customer_id":160598,"tr_customer_product_id":160588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T03:00:31.000Z","name":"Darron Russel","mobile_number":"822-843-6869","email_id":"Cheyanne.Crooks36@hotmail.com","dop":"2025-04-06","serial_number":"19609425410996","imei1":"19609425410996","imei2":"19609425410996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160578,"job_number":"JOB_160578","tr_customer_id":160595,"tr_customer_product_id":160585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:12.000Z","modified_at":"2026-01-20T02:59:47.000Z","name":"Bertha Monahan","mobile_number":"547-937-1529","email_id":"Emmalee80@yahoo.com","dop":"2025-04-06","serial_number":"16050093208099","imei1":"16050093208099","imei2":"16050093208099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160571,"job_number":"JOB_160571","tr_customer_id":160588,"tr_customer_product_id":160578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:00.000Z","modified_at":"2026-01-20T02:06:17.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678822344","imei1":"23145678822344","imei2":"23145678822344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:06:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161026,"job_number":"JOB_161026","tr_customer_id":161043,"tr_customer_product_id":161033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:39:22.000Z","name":"Myrtie Beer","mobile_number":"842-817-4574","email_id":"Sydni_Klein@hotmail.com","dop":"2000-01-31","serial_number":"10578572525089","imei1":"10578572525089","imei2":"10578572525089","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161017,"job_number":"JOB_161017","tr_customer_id":161034,"tr_customer_product_id":161024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:55.000Z","modified_at":"2026-01-20T06:38:35.000Z","name":"Gilbert Greenfelder","mobile_number":"830-738-7574","email_id":"Bridget_Kuhic77@gmail.com","dop":"2000-01-31","serial_number":"10958380351250","imei1":"10958380351250","imei2":"10958380351250","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161012,"job_number":"JOB_161012","tr_customer_id":161029,"tr_customer_product_id":161019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:38:18.000Z","name":"Felix Lubowitz","mobile_number":"806-839-4502","email_id":"Lacey_Ortiz71@hotmail.com","dop":"2025-10-21","serial_number":"19922725712491","imei1":"19922725712491","imei2":"19922725712491","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161006,"job_number":"JOB_161006","tr_customer_id":161023,"tr_customer_product_id":161013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:47.000Z","name":"Abdul Considine","mobile_number":"532-650-1115","email_id":"Darron_Fadel@gmail.com","dop":"2000-01-31","serial_number":"10825673006725","imei1":"10825673006725","imei2":"10825673006725","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161004,"job_number":"JOB_161004","tr_customer_id":161021,"tr_customer_product_id":161011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:51.000Z","modified_at":"2026-01-20T06:37:30.000Z","name":"Elizabeth Blick","mobile_number":"374-448-0659","email_id":"Gayle35@hotmail.com","dop":"2025-10-21","serial_number":"11718303970676","imei1":"11718303970676","imei2":"11718303970676","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161001,"job_number":"JOB_161001","tr_customer_id":161018,"tr_customer_product_id":161008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:20.000Z","modified_at":"2026-01-20T06:37:00.000Z","name":"Abdullah Nolan","mobile_number":"914-928-0826","email_id":"Lea.Lemke63@hotmail.com","dop":"2000-01-31","serial_number":"10241551222221","imei1":"10241551222221","imei2":"10241551222221","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160996,"job_number":"JOB_160996","tr_customer_id":161013,"tr_customer_product_id":161003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:03.000Z","modified_at":"2026-01-20T06:36:43.000Z","name":"Uriah Auer","mobile_number":"279-967-7057","email_id":"Devonte73@gmail.com","dop":"2025-10-21","serial_number":"10562899895829","imei1":"10562899895829","imei2":"10562899895829","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160806,"job_number":"JOB_160806","tr_customer_id":160823,"tr_customer_product_id":160813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:22.000Z","modified_at":"2026-01-20T04:04:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40482515834135","imei1":"40482515834135","imei2":"40482515834135","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160799,"job_number":"JOB_160799","tr_customer_id":160816,"tr_customer_product_id":160806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:50.000Z","modified_at":"2026-01-20T04:04:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40479974931377","imei1":"40479974931377","imei2":"40479974931377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160792,"job_number":"JOB_160792","tr_customer_id":160809,"tr_customer_product_id":160799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36739114669443","imei1":"36739114669443","imei2":"36739114669443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160778,"job_number":"JOB_160778","tr_customer_id":160795,"tr_customer_product_id":160785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:21.000Z","modified_at":"2026-01-20T03:57:58.000Z","name":"Kenyatta Abbott","mobile_number":"522-436-5786","email_id":"Iva.Bauch10@hotmail.com","dop":"2000-01-31","serial_number":"10864211913392","imei1":"10864211913392","imei2":"10864211913392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160751,"job_number":"JOB_160751","tr_customer_id":160768,"tr_customer_product_id":160758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:36.000Z","modified_at":"2026-01-20T03:57:13.000Z","name":"Jerrell Casper","mobile_number":"870-283-5382","email_id":"Isom_Langosh47@hotmail.com","dop":"2000-01-31","serial_number":"10472425968875","imei1":"10472425968875","imei2":"10472425968875","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160709,"job_number":"JOB_160709","tr_customer_id":160726,"tr_customer_product_id":160716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:56:28.000Z","name":"Albin Beahan","mobile_number":"706-871-1409","email_id":"Aileen_Langosh@hotmail.com","dop":"2000-01-31","serial_number":"10763766475990","imei1":"10763766475990","imei2":"10763766475990","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160662,"job_number":"JOB_160662","tr_customer_id":160679,"tr_customer_product_id":160669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:34.000Z","name":"Korey Bayer","mobile_number":"413-578-4961","email_id":"Alda_Abernathy22@gmail.com","dop":"2025-05-30","serial_number":"15525861688899","imei1":"15525861688899","imei2":"15525861688899","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160655,"job_number":"JOB_160655","tr_customer_id":160672,"tr_customer_product_id":160662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:43.000Z","name":"Kaia Runolfsson","mobile_number":"270-523-0632","email_id":"Marguerite2@yahoo.com","dop":"2000-01-31","serial_number":"10458444826611","imei1":"10458444826611","imei2":"10458444826611","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161103,"job_number":"JOB_161103","tr_customer_id":161120,"tr_customer_product_id":161110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:31.000Z","modified_at":"2026-01-20T07:47:31.000Z","name":"Charlotte Gutmann","mobile_number":"586-935-3353","email_id":"Alessandra.Schmeler@yahoo.com","dop":"2025-11-04","serial_number":"16436722384429","imei1":"16436722384429","imei2":"16436722384429","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:26.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:10.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161095,"job_number":"JOB_161095","tr_customer_id":161112,"tr_customer_product_id":161102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:28:06.000Z","modified_at":"2026-01-20T07:28:17.000Z","name":"Dorris White","mobile_number":"373-451-3693","email_id":"Jonas_Ziemann91@yahoo.com","dop":"2025-11-04","serial_number":"84948656983036","imei1":"84948656983036","imei2":"84948656983036","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161094,"job_number":"JOB_161094","tr_customer_id":161111,"tr_customer_product_id":161101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:51.000Z","modified_at":"2026-01-20T07:28:02.000Z","name":"Vaughn Bartell","mobile_number":"859-321-4428","email_id":"Keeley.Pouros@hotmail.com","dop":"2025-11-04","serial_number":"73693695310275","imei1":"73693695310275","imei2":"73693695310275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161093,"job_number":"JOB_161093","tr_customer_id":161110,"tr_customer_product_id":161100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:35.000Z","modified_at":"2026-01-20T07:27:47.000Z","name":"Tobin Sporer","mobile_number":"937-302-2255","email_id":"Wava14@yahoo.com","dop":"2025-11-04","serial_number":"32962688649003","imei1":"32962688649003","imei2":"32962688649003","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160986,"job_number":"JOB_160986","tr_customer_id":161003,"tr_customer_product_id":160993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:21.000Z","modified_at":"2026-01-20T06:31:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"93953017171655","imei1":"93953017171655","imei2":"93953017171655","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160985,"job_number":"JOB_160985","tr_customer_id":161002,"tr_customer_product_id":160992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"57683807460739","imei1":"57683807460739","imei2":"57683807460739","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160981,"job_number":"JOB_160981","tr_customer_id":160998,"tr_customer_product_id":160988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:45.000Z","modified_at":"2026-01-20T06:30:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"32631170477474","imei1":"32631170477474","imei2":"32631170477474","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160953,"job_number":"JOB_160953","tr_customer_id":160970,"tr_customer_product_id":160960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:08.000Z","modified_at":"2026-01-20T06:23:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"45092320854413","imei1":"45092320854413","imei2":"45092320854413","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160952,"job_number":"JOB_160952","tr_customer_id":160969,"tr_customer_product_id":160959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:22:48.000Z","modified_at":"2026-01-20T06:23:02.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18199924839846","imei1":"18199924839846","imei2":"18199924839846","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160947,"job_number":"JOB_160947","tr_customer_id":160964,"tr_customer_product_id":160954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:47.000Z","name":"Amely Haag","mobile_number":"471-985-5259","email_id":"Beaulah_Murray@gmail.com","dop":"2025-06-09","serial_number":"104074861582239","imei1":"104074861582239","imei2":"104074861582239","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160944,"job_number":"JOB_160944","tr_customer_id":160961,"tr_customer_product_id":160951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:27.000Z","name":"Laila Satterfield","mobile_number":"704-598-7161","email_id":"Jacques.Ondricka43@gmail.com","dop":"2025-06-09","serial_number":"106035842317263","imei1":"106035842317263","imei2":"106035842317263","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160939,"job_number":"JOB_160939","tr_customer_id":160956,"tr_customer_product_id":160946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:07.000Z","name":"Leonor Williamson","mobile_number":"259-656-4318","email_id":"America_Morar@yahoo.com","dop":"2025-06-09","serial_number":"104307791422923","imei1":"104307791422923","imei2":"104307791422923","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160932,"job_number":"JOB_160932","tr_customer_id":160949,"tr_customer_product_id":160939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:40.000Z","modified_at":"2026-01-20T06:19:05.000Z","name":"Lila DuBuque","mobile_number":"355-207-8171","email_id":"Tommie_Hartmann@yahoo.com","dop":"2025-10-01","serial_number":"10065103289301","imei1":"10065103289301","imei2":"10065103289301","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160931,"job_number":"JOB_160931","tr_customer_id":160948,"tr_customer_product_id":160938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:34.000Z","modified_at":"2026-01-20T06:18:48.000Z","name":"Christ Pouros","mobile_number":"285-211-7053","email_id":"Mike.Gottlieb@hotmail.com","dop":"2025-11-04","serial_number":"62753276757184","imei1":"62753276757184","imei2":"62753276757184","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160930,"job_number":"JOB_160930","tr_customer_id":160947,"tr_customer_product_id":160937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:16.000Z","modified_at":"2026-01-20T06:18:29.000Z","name":"Reinhold Luettgen","mobile_number":"246-821-4632","email_id":"Aniya.Mann0@yahoo.com","dop":"2025-11-04","serial_number":"87715093186283","imei1":"87715093186283","imei2":"87715093186283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160927,"job_number":"JOB_160927","tr_customer_id":160944,"tr_customer_product_id":160934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:57.000Z","modified_at":"2026-01-20T06:18:11.000Z","name":"Elisha Collins","mobile_number":"573-592-0358","email_id":"Archibald.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"99264448493768","imei1":"99264448493768","imei2":"99264448493768","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160886,"job_number":"JOB_160886","tr_customer_id":160903,"tr_customer_product_id":160893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:14.000Z","modified_at":"2026-01-20T05:14:26.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11136499852741","imei1":"11136499852741","imei2":"11136499852741","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160884,"job_number":"JOB_160884","tr_customer_id":160901,"tr_customer_product_id":160891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:14:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13245457748110","imei1":"13245457748110","imei2":"13245457748110","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160882,"job_number":"JOB_160882","tr_customer_id":160899,"tr_customer_product_id":160889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:35.000Z","modified_at":"2026-01-20T05:13:46.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11146249473334","imei1":"11146249473334","imei2":"11146249473334","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160880,"job_number":"JOB_160880","tr_customer_id":160897,"tr_customer_product_id":160887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19728909788970","imei1":"19728909788970","imei2":"19728909788970","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160872,"job_number":"JOB_160872","tr_customer_id":160889,"tr_customer_product_id":160879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:05.000Z","modified_at":"2026-01-20T05:00:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10409593579836","imei1":"10409593579836","imei2":"10409593579836","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160870,"job_number":"JOB_160870","tr_customer_id":160887,"tr_customer_product_id":160877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16796171909647","imei1":"16796171909647","imei2":"16796171909647","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160868,"job_number":"JOB_160868","tr_customer_id":160885,"tr_customer_product_id":160875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17207023980733","imei1":"17207023980733","imei2":"17207023980733","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160866,"job_number":"JOB_160866","tr_customer_id":160883,"tr_customer_product_id":160873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16222334712205","imei1":"16222334712205","imei2":"16222334712205","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160862,"job_number":"JOB_160862","tr_customer_id":160879,"tr_customer_product_id":160869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18020149022183","imei1":"18020149022183","imei2":"18020149022183","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160860,"job_number":"JOB_160860","tr_customer_id":160877,"tr_customer_product_id":160867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:22.000Z","modified_at":"2026-01-20T04:58:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10427234623079","imei1":"10427234623079","imei2":"10427234623079","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160854,"job_number":"JOB_160854","tr_customer_id":160871,"tr_customer_product_id":160861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:52.000Z","modified_at":"2026-01-20T04:57:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17346727907860","imei1":"17346727907860","imei2":"17346727907860","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160852,"job_number":"JOB_160852","tr_customer_id":160869,"tr_customer_product_id":160859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:40.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12573034824456","imei1":"12573034824456","imei2":"12573034824456","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160848,"job_number":"JOB_160848","tr_customer_id":160865,"tr_customer_product_id":160855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10205200980727","imei1":"10205200980727","imei2":"10205200980727","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160842,"job_number":"JOB_160842","tr_customer_id":160859,"tr_customer_product_id":160849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11677544424941","imei1":"11677544424941","imei2":"11677544424941","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160840,"job_number":"JOB_160840","tr_customer_id":160857,"tr_customer_product_id":160847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:28.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18048668459068","imei1":"18048668459068","imei2":"18048668459068","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160838,"job_number":"JOB_160838","tr_customer_id":160855,"tr_customer_product_id":160845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:48:00.000Z","modified_at":"2026-01-20T04:48:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14994443963801","imei1":"14994443963801","imei2":"14994443963801","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160836,"job_number":"JOB_160836","tr_customer_id":160853,"tr_customer_product_id":160843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:43.000Z","modified_at":"2026-01-20T04:47:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13207774826203","imei1":"13207774826203","imei2":"13207774826203","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160834,"job_number":"JOB_160834","tr_customer_id":160851,"tr_customer_product_id":160841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19541497488305","imei1":"19541497488305","imei2":"19541497488305","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160820,"job_number":"JOB_160820","tr_customer_id":160837,"tr_customer_product_id":160827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:36.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15335617777013","imei1":"15335617777013","imei2":"15335617777013","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160812,"job_number":"JOB_160812","tr_customer_id":160829,"tr_customer_product_id":160819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16763457865736","imei1":"16763457865736","imei2":"16763457865736","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160807,"job_number":"JOB_160807","tr_customer_id":160824,"tr_customer_product_id":160814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:45.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14872978628959","imei1":"14872978628959","imei2":"14872978628959","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160771,"job_number":"JOB_160771","tr_customer_id":160788,"tr_customer_product_id":160778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:09.000Z","name":"Ubaldo Spinka","mobile_number":"984-228-1699","email_id":"Orval_Dibbert65@hotmail.com","dop":"2025-06-09","serial_number":"106811387359766","imei1":"106811387359766","imei2":"106811387359766","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160754,"job_number":"JOB_160754","tr_customer_id":160771,"tr_customer_product_id":160761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Izaiah Green","mobile_number":"947-343-0332","email_id":"Lavina55@yahoo.com","dop":"2025-06-09","serial_number":"103815193047623","imei1":"103815193047623","imei2":"103815193047623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160742,"job_number":"JOB_160742","tr_customer_id":160759,"tr_customer_product_id":160749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Reyes Orn","mobile_number":"642-758-2157","email_id":"Oceane.Herman90@yahoo.com","dop":"2025-06-09","serial_number":"109027834954066","imei1":"109027834954066","imei2":"109027834954066","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160660,"job_number":"JOB_160660","tr_customer_id":160677,"tr_customer_product_id":160667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:39.000Z","name":"Reymundo Collier","mobile_number":"430-936-9275","email_id":"Fritz39@yahoo.com","dop":"2025-10-01","serial_number":"13092724198969","imei1":"13092724198969","imei2":"13092724198969","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160639,"job_number":"JOB_160639","tr_customer_id":160656,"tr_customer_product_id":160646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:52.000Z","name":"giyu tomiaka","mobile_number":"661-306-1487","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"810129453968525","imei1":"810129453968525","imei2":"810129453968525","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160622,"job_number":"JOB_160622","tr_customer_id":160639,"tr_customer_product_id":160629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:31.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"tanjiro kamado","mobile_number":"653-494-2222","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"600147797412783","imei1":"600147797412783","imei2":"600147797412783","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160610,"job_number":"JOB_160610","tr_customer_id":160627,"tr_customer_product_id":160617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:20.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"saitama sensei","mobile_number":"429-955-6204","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"827661603137662","imei1":"827661603137662","imei2":"827661603137662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160598,"job_number":"JOB_160598","tr_customer_id":160615,"tr_customer_product_id":160605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:08.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17112240240304","imei1":"17112240240304","imei2":"17112240240304","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160574,"job_number":"JOB_160574","tr_customer_id":160591,"tr_customer_product_id":160581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:39.000Z","modified_at":"2026-01-20T01:50:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10923379255846","imei1":"10923379255846","imei2":"10923379255846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T01:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6689043a-77a4-46f6-885f-15b6e460568c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/161103
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 992bdfd8-1d57-4181-92c9-b5a4bc3eb5a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 241ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f4880c31-9f8d-4df2-bd97-80ad51e6da2a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-Qf197lqv2ywej54JUN3KB+a2XQg"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTR9.x_GNoAJbIcqsYm3hTjX98ReQzu7tHCKtibO_F7k_weo"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTR9.x_GNoAJbIcqsYm3hTjX98ReQzu7tHCKtibO_F7k_weo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bfc637d1-37de-4268-a318-ee144ccb271f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 310ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTR9.x_GNoAJbIcqsYm3hTjX98ReQzu7tHCKtibO_F7k_weo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 80ff562d-744c-4300-a323-ec66175b714c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-GnIFwSjGg2TGrJW3P203IE2tfjo"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":356},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 346.08KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 009726c6-821a-42d7-b8d5-4215fee7e2a2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"56855-3TN3k2aYerxqSM0+fGmz7sovSTk"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160567,"job_number":"JOB_160567","tr_customer_id":160584,"tr_customer_product_id":160574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:42:11.000Z","modified_at":"2026-01-19T23:42:11.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-09T23:42:11.091960390Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160566,"job_number":"JOB_160566","tr_customer_id":160583,"tr_customer_product_id":160573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:47.000Z","modified_at":"2026-01-19T23:39:47.000Z","name":"Bela Kapoor","mobile_number":"7098077415","email_id":"agastya.tandon@yahoo.co.in","dop":"2026-01-09","serial_number":"693987320305435","imei1":"693987320305435","imei2":"693987320305435","popurl":"www.rajinder-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160565,"job_number":"JOB_160565","tr_customer_id":160582,"tr_customer_product_id":160572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:46.000Z","modified_at":"2026-01-19T23:39:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-09T23:39:46.296755848Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161103,"job_number":"JOB_161103","tr_customer_id":161120,"tr_customer_product_id":161110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:31.000Z","modified_at":"2026-01-20T07:47:31.000Z","name":"Charlotte Gutmann","mobile_number":"586-935-3353","email_id":"Alessandra.Schmeler@yahoo.com","dop":"2025-11-04","serial_number":"16436722384429","imei1":"16436722384429","imei2":"16436722384429","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160569,"job_number":"JOB_160569","tr_customer_id":160586,"tr_customer_product_id":160576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:55.000Z","modified_at":"2026-01-19T23:55:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elaina_Cormier8@gmail.com","dop":"2025-07-02","serial_number":"17825806088389","imei1":"17825806088389","imei2":"17825806088389","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160568,"job_number":"JOB_160568","tr_customer_id":160585,"tr_customer_product_id":160575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:51.000Z","modified_at":"2026-01-19T23:55:51.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Wilford.Kozey@hotmail.com","dop":"2025-07-02","serial_number":"11901896964544","imei1":"11901896964544","imei2":"11901896964544","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160564,"job_number":"JOB_160564","tr_customer_id":160581,"tr_customer_product_id":160571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:23:00.000Z","modified_at":"2026-01-19T23:23:00.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ryleigh.Kub@hotmail.com","dop":"2025-07-02","serial_number":"15659736430896","imei1":"15659736430896","imei2":"15659736430896","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160563,"job_number":"JOB_160563","tr_customer_id":160580,"tr_customer_product_id":160570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T21:28:18.000Z","modified_at":"2026-01-19T21:28:18.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Charity.Conn82@yahoo.com","dop":"2025-07-02","serial_number":"18919391268877","imei1":"18919391268877","imei2":"18919391268877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T21:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTR9.x_GNoAJbIcqsYm3hTjX98ReQzu7tHCKtibO_F7k_weo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token af0d8c41-c491-42fb-a2bd-e76a79fbed69
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTR9.x_GNoAJbIcqsYm3hTjX98ReQzu7tHCKtibO_F7k_weo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2e9a1abe-df13-4132-b5d5-2acbd61d3ae9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 161103,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 310ms
Mean size per request: 346.07KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTR9.x_GNoAJbIcqsYm3hTjX98ReQzu7tHCKtibO_F7k_weo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bc161a81-c079-47c9-be10-6063de30b8d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"56846-aQr1E1OVw2z7jq+O0GDSlYcsaG4"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161027,"job_number":"JOB_161027","tr_customer_id":161044,"tr_customer_product_id":161034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:44.000Z","modified_at":"2026-01-20T06:38:44.000Z","name":"Alisha Haley","mobile_number":"786-401-4210","email_id":"Alejandrin.Mante49@gmail.com","dop":"2000-01-31","serial_number":"1074731287382100","imei1":"1074731287382100","imei2":"1074731287382100","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161025,"job_number":"JOB_161025","tr_customer_id":161042,"tr_customer_product_id":161032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:38:42.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10198544357832","imei1":"10198544357832","imei2":"10198544357832","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161018,"job_number":"JOB_161018","tr_customer_id":161035,"tr_customer_product_id":161025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:56.000Z","modified_at":"2026-01-20T06:37:56.000Z","name":"Jennifer Roob","mobile_number":"795-558-1756","email_id":"Bruce94@yahoo.com","dop":"2000-01-31","serial_number":"1042021933427544","imei1":"1042021933427544","imei2":"1042021933427544","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161016,"job_number":"JOB_161016","tr_customer_id":161033,"tr_customer_product_id":161023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:54.000Z","modified_at":"2026-01-20T06:37:54.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10458005873432","imei1":"10458005873432","imei2":"10458005873432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161007,"job_number":"JOB_161007","tr_customer_id":161024,"tr_customer_product_id":161014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:09.000Z","modified_at":"2026-01-20T06:37:09.000Z","name":"Jamir Koepp","mobile_number":"660-622-6912","email_id":"Adrian68@gmail.com","dop":"2000-01-31","serial_number":"1045022324774726","imei1":"1045022324774726","imei2":"1045022324774726","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161005,"job_number":"JOB_161005","tr_customer_id":161022,"tr_customer_product_id":161012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982498173109","imei1":"10982498173109","imei2":"10982498173109","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161002,"job_number":"JOB_161002","tr_customer_id":161019,"tr_customer_product_id":161009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:21.000Z","modified_at":"2026-01-20T06:36:21.000Z","name":"Kurt Walsh","mobile_number":"559-839-9127","email_id":"Garth67@gmail.com","dop":"2000-01-31","serial_number":"1031990743973624","imei1":"1031990743973624","imei2":"1031990743973624","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161000,"job_number":"JOB_161000","tr_customer_id":161017,"tr_customer_product_id":161007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:19.000Z","modified_at":"2026-01-20T06:36:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758190278263","imei1":"10758190278263","imei2":"10758190278263","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160779,"job_number":"JOB_160779","tr_customer_id":160796,"tr_customer_product_id":160786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:22.000Z","modified_at":"2026-01-20T03:57:22.000Z","name":"Eldred Schinner","mobile_number":"618-990-3906","email_id":"Madie29@gmail.com","dop":"2000-01-31","serial_number":"1084500227872882","imei1":"1084500227872882","imei2":"1084500227872882","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160777,"job_number":"JOB_160777","tr_customer_id":160794,"tr_customer_product_id":160784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:20.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10699853324574","imei1":"10699853324574","imei2":"10699853324574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160752,"job_number":"JOB_160752","tr_customer_id":160769,"tr_customer_product_id":160759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:37.000Z","modified_at":"2026-01-20T03:56:37.000Z","name":"Reyna West","mobile_number":"555-629-4285","email_id":"Raymond66@gmail.com","dop":"2000-01-31","serial_number":"1038320561676244","imei1":"1038320561676244","imei2":"1038320561676244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160750,"job_number":"JOB_160750","tr_customer_id":160767,"tr_customer_product_id":160757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10631128543170","imei1":"10631128543170","imei2":"10631128543170","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160710,"job_number":"JOB_160710","tr_customer_id":160727,"tr_customer_product_id":160717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:52.000Z","modified_at":"2026-01-20T03:55:52.000Z","name":"Jacklyn Kris","mobile_number":"728-392-4439","email_id":"Trudie.Trantow@hotmail.com","dop":"2000-01-31","serial_number":"1051838833482264","imei1":"1051838833482264","imei2":"1051838833482264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160708,"job_number":"JOB_160708","tr_customer_id":160725,"tr_customer_product_id":160715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:55:51.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10439901372043","imei1":"10439901372043","imei2":"10439901372043","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160657,"job_number":"JOB_160657","tr_customer_id":160674,"tr_customer_product_id":160664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:08.000Z","modified_at":"2026-01-20T03:55:08.000Z","name":"Leonie Bartoletti","mobile_number":"317-433-1430","email_id":"Demarco27@gmail.com","dop":"2000-01-31","serial_number":"1068888647575262","imei1":"1068888647575262","imei2":"1068888647575262","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":160653,"job_number":"JOB_160653","tr_customer_id":160670,"tr_customer_product_id":160660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10348060190028","imei1":"10348060190028","imei2":"10348060190028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":161104,"job_number":"JOB_161104","tr_customer_id":161121,"tr_customer_product_id":161111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:35.000Z","modified_at":"2026-01-20T07:47:35.000Z","name":"Lane Wyman","mobile_number":"878-474-8450","email_id":"Nora59@yahoo.com","dop":"2025-04-06","serial_number":"17621478646988","imei1":"17621478646988","imei2":"17621478646988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161100,"job_number":"JOB_161100","tr_customer_id":161117,"tr_customer_product_id":161107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:46.000Z","modified_at":"2026-01-20T07:46:46.000Z","name":"Eladio Bartell","mobile_number":"496-904-7087","email_id":"Collin88@yahoo.com","dop":"2025-04-06","serial_number":"17818921671741400","imei1":"17818921671741400","imei2":"17818921671741400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161092,"job_number":"JOB_161092","tr_customer_id":161109,"tr_customer_product_id":161099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"Shawn Keeling","mobile_number":"643-833-8322","email_id":"Floyd_Smith@hotmail.com","dop":"2025-09-16","serial_number":"19880656149980","imei1":"19880656149980","imei2":"19880656149980","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161091,"job_number":"JOB_161091","tr_customer_id":161108,"tr_customer_product_id":161098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:22.000Z","modified_at":"2026-01-20T07:21:22.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18729886865520","imei1":"18729886865520","imei2":"18729886865520","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161090,"job_number":"JOB_161090","tr_customer_id":161107,"tr_customer_product_id":161097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"Cleo Murray","mobile_number":"805-502-2429","email_id":"Jeramie_Sanford@hotmail.com","dop":"2025-09-16","serial_number":"15762990329876","imei1":"15762990329876","imei2":"15762990329876","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161089,"job_number":"JOB_161089","tr_customer_id":161106,"tr_customer_product_id":161096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:21:00.000Z","modified_at":"2026-01-20T07:21:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15341084493608","imei1":"15341084493608","imei2":"15341084493608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161088,"job_number":"JOB_161088","tr_customer_id":161105,"tr_customer_product_id":161095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"Freddy Koelpin","mobile_number":"461-525-0366","email_id":"Destini.Rempel@hotmail.com","dop":"2025-09-16","serial_number":"11809998199460","imei1":"11809998199460","imei2":"11809998199460","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161087,"job_number":"JOB_161087","tr_customer_id":161104,"tr_customer_product_id":161094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:20:38.000Z","modified_at":"2026-01-20T07:20:38.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19946803342608","imei1":"19946803342608","imei2":"19946803342608","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161076,"job_number":"JOB_161076","tr_customer_id":161093,"tr_customer_product_id":161083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:13.000Z","modified_at":"2026-01-20T07:06:13.000Z","name":"Frederik Durgan","mobile_number":"345-752-0382","email_id":"Amely.Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11187196376072530","imei1":"11187196376072530","imei2":"11187196376072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161074,"job_number":"JOB_161074","tr_customer_id":161091,"tr_customer_product_id":161081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:26.000Z","modified_at":"2026-01-20T07:05:26.000Z","name":"Eriberto Blick","mobile_number":"913-621-8316","email_id":"Kamryn_Skiles@hotmail.com","dop":"2025-04-06","serial_number":"15054149506200812","imei1":"15054149506200812","imei2":"15054149506200812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161072,"job_number":"JOB_161072","tr_customer_id":161089,"tr_customer_product_id":161079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:38.000Z","modified_at":"2026-01-20T07:04:38.000Z","name":"Moshe Stamm","mobile_number":"917-669-5041","email_id":"Ronaldo53@gmail.com","dop":"2025-04-06","serial_number":"10361726613801772","imei1":"10361726613801772","imei2":"10361726613801772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161070,"job_number":"JOB_161070","tr_customer_id":161087,"tr_customer_product_id":161077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:07.000Z","modified_at":"2026-01-20T07:04:07.000Z","name":"Janice Murray","mobile_number":"661-785-1862","email_id":"Fletcher_Emmerich95@gmail.com","dop":"2025-04-06","serial_number":"14716242724972804","imei1":"14716242724972804","imei2":"14716242724972804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161067,"job_number":"JOB_161067","tr_customer_id":161084,"tr_customer_product_id":161074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:58:52.000Z","modified_at":"2026-01-20T06:58:52.000Z","name":"AKASH HUNACHAGI","mobile_number":"8495803697","email_id":"akash04@gmail.com","dop":"2026-01-19","serial_number":"352099001761481","imei1":"352099001761481","imei2":"352099001761481","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161066,"job_number":"JOB_161066","tr_customer_id":161083,"tr_customer_product_id":161073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:28.000Z","modified_at":"2026-01-20T06:51:28.000Z","name":"Janie Powlowski","mobile_number":"691-950-1456","email_id":"Maribel8@yahoo.com","dop":"2025-04-06","serial_number":"17925846540976926","imei1":"17925846540976926","imei2":"17925846540976926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161064,"job_number":"JOB_161064","tr_customer_id":161081,"tr_customer_product_id":161071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:26.000Z","modified_at":"2026-01-20T06:51:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14470641479652","imei1":"14470641479652","imei2":"14470641479652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161063,"job_number":"JOB_161063","tr_customer_id":161080,"tr_customer_product_id":161070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:37.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Oliver Mitchell","mobile_number":"448-814-5175","email_id":"Sarah_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"10001853447291890","imei1":"10001853447291890","imei2":"10001853447291890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161061,"job_number":"JOB_161061","tr_customer_id":161078,"tr_customer_product_id":161068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:50:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11741180007914","imei1":"11741180007914","imei2":"11741180007914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161060,"job_number":"JOB_161060","tr_customer_id":161077,"tr_customer_product_id":161067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:17.000Z","modified_at":"2026-01-20T06:50:17.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"12345745815425","imei1":"12345745815425","imei2":"12345745815425","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161059,"job_number":"JOB_161059","tr_customer_id":161076,"tr_customer_product_id":161066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:52.000Z","modified_at":"2026-01-20T06:49:52.000Z","name":"Birdie Dickens","mobile_number":"361-984-8945","email_id":"Myrtle_Miller@hotmail.com","dop":"2025-04-06","serial_number":"13399684518928672","imei1":"13399684518928672","imei2":"13399684518928672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161057,"job_number":"JOB_161057","tr_customer_id":161074,"tr_customer_product_id":161064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:45.000Z","modified_at":"2026-01-20T06:49:45.000Z","name":"Junius Gulgowski","mobile_number":"571-479-6195","email_id":"Jorge_Satterfield2@gmail.com","dop":"2025-04-06","serial_number":"16219289278810544","imei1":"16219289278810544","imei2":"16219289278810544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161055,"job_number":"JOB_161055","tr_customer_id":161072,"tr_customer_product_id":161062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:49:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15225995584275","imei1":"15225995584275","imei2":"15225995584275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161054,"job_number":"JOB_161054","tr_customer_id":161071,"tr_customer_product_id":161061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:25.000Z","modified_at":"2026-01-20T06:45:25.000Z","name":"Keenan Metz","mobile_number":"762-602-3100","email_id":"Rahsaan.Harber69@hotmail.com","dop":"2025-04-06","serial_number":"16148897806385956","imei1":"16148897806385956","imei2":"16148897806385956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161052,"job_number":"JOB_161052","tr_customer_id":161069,"tr_customer_product_id":161059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:10.000Z","modified_at":"2026-01-20T06:45:10.000Z","name":"Christa Hettinger","mobile_number":"302-382-4912","email_id":"Macie92@hotmail.com","dop":"2025-04-06","serial_number":"15823454421746900","imei1":"15823454421746900","imei2":"15823454421746900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161050,"job_number":"JOB_161050","tr_customer_id":161067,"tr_customer_product_id":161057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19816747887814","imei1":"19816747887814","imei2":"19816747887814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161049,"job_number":"JOB_161049","tr_customer_id":161066,"tr_customer_product_id":161056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:28.000Z","modified_at":"2026-01-20T06:44:28.000Z","name":"Scottie Kemmer","mobile_number":"531-311-2537","email_id":"Lula36@yahoo.com","dop":"2025-04-06","serial_number":"13050877894812594","imei1":"13050877894812594","imei2":"13050877894812594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161047,"job_number":"JOB_161047","tr_customer_id":161064,"tr_customer_product_id":161054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:23.000Z","modified_at":"2026-01-20T06:44:23.000Z","name":"Floyd Kuhic","mobile_number":"736-923-4689","email_id":"Ryleigh_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"14303689954568404","imei1":"14303689954568404","imei2":"14303689954568404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161045,"job_number":"JOB_161045","tr_customer_id":161062,"tr_customer_product_id":161052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:44:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10740313433907","imei1":"10740313433907","imei2":"10740313433907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161044,"job_number":"JOB_161044","tr_customer_id":161061,"tr_customer_product_id":161051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:20.000Z","modified_at":"2026-01-20T06:44:20.000Z","name":"Jaunita Frami","mobile_number":"583-716-7415","email_id":"Bernita82@yahoo.com","dop":"2025-04-06","serial_number":"16990169746594744","imei1":"16990169746594744","imei2":"16990169746594744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161042,"job_number":"JOB_161042","tr_customer_id":161059,"tr_customer_product_id":161049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:44:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15275472114062","imei1":"15275472114062","imei2":"15275472114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161041,"job_number":"JOB_161041","tr_customer_id":161058,"tr_customer_product_id":161048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:38.000Z","modified_at":"2026-01-20T06:43:38.000Z","name":"Trudie Funk","mobile_number":"219-439-3580","email_id":"Favian.Grimes2@hotmail.com","dop":"2025-04-06","serial_number":"18301285425790130","imei1":"18301285425790130","imei2":"18301285425790130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161039,"job_number":"JOB_161039","tr_customer_id":161056,"tr_customer_product_id":161046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:36.000Z","modified_at":"2026-01-20T06:43:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17373412715814","imei1":"17373412715814","imei2":"17373412715814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161038,"job_number":"JOB_161038","tr_customer_id":161055,"tr_customer_product_id":161045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:35.000Z","modified_at":"2026-01-20T06:43:35.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"47478457848571","imei1":"47478457848571","imei2":"47478457848571","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161037,"job_number":"JOB_161037","tr_customer_id":161054,"tr_customer_product_id":161044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:30.000Z","modified_at":"2026-01-20T06:43:30.000Z","name":"Amira Braun","mobile_number":"768-684-0799","email_id":"Kaylee54@gmail.com","dop":"2025-04-06","serial_number":"17532130972259960","imei1":"17532130972259960","imei2":"17532130972259960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161035,"job_number":"JOB_161035","tr_customer_id":161052,"tr_customer_product_id":161042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:28.000Z","modified_at":"2026-01-20T06:43:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19933164424332","imei1":"19933164424332","imei2":"19933164424332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161034,"job_number":"JOB_161034","tr_customer_id":161051,"tr_customer_product_id":161041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:53.000Z","modified_at":"2026-01-20T06:42:53.000Z","name":"Jaqueline Kunze","mobile_number":"914-645-1710","email_id":"Dillon_Hagenes89@hotmail.com","dop":"2025-04-06","serial_number":"11092983846106024","imei1":"11092983846106024","imei2":"11092983846106024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161032,"job_number":"JOB_161032","tr_customer_id":161049,"tr_customer_product_id":161039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:42:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10298804594300","imei1":"10298804594300","imei2":"10298804594300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161031,"job_number":"JOB_161031","tr_customer_id":161048,"tr_customer_product_id":161038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:40:01.000Z","modified_at":"2026-01-20T06:40:01.000Z","name":"AKASH H","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"22445511665545","imei1":"22445511665545","imei2":"22445511665545","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161030,"job_number":"JOB_161030","tr_customer_id":161047,"tr_customer_product_id":161037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:15.000Z","modified_at":"2026-01-20T06:39:15.000Z","name":"Kristian Berge","mobile_number":"932-476-4780","email_id":"Hiram_Bruen@gmail.com","dop":"2025-04-06","serial_number":"16208163594415654","imei1":"16208163594415654","imei2":"16208163594415654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161028,"job_number":"JOB_161028","tr_customer_id":161045,"tr_customer_product_id":161035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:13.000Z","modified_at":"2026-01-20T06:39:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16316234193298","imei1":"16316234193298","imei2":"16316234193298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161024,"job_number":"JOB_161024","tr_customer_id":161041,"tr_customer_product_id":161031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:30.000Z","modified_at":"2026-01-20T06:38:30.000Z","name":"Cary Toy","mobile_number":"326-271-1086","email_id":"Leatha30@hotmail.com","dop":"2025-04-06","serial_number":"15832883593603568","imei1":"15832883593603568","imei2":"15832883593603568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161022,"job_number":"JOB_161022","tr_customer_id":161039,"tr_customer_product_id":161029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13739818416506","imei1":"13739818416506","imei2":"13739818416506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161021,"job_number":"JOB_161021","tr_customer_id":161038,"tr_customer_product_id":161028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:11.000Z","modified_at":"2026-01-20T06:38:11.000Z","name":"Rollin Auer","mobile_number":"816-593-3668","email_id":"Bria64@hotmail.com","dop":"2025-04-06","serial_number":"12184558415975084","imei1":"12184558415975084","imei2":"12184558415975084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161019,"job_number":"JOB_161019","tr_customer_id":161036,"tr_customer_product_id":161026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18609790029883","imei1":"18609790029883","imei2":"18609790029883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161015,"job_number":"JOB_161015","tr_customer_id":161032,"tr_customer_product_id":161022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:44.000Z","modified_at":"2026-01-20T06:37:44.000Z","name":"Dawson Deckow","mobile_number":"828-925-8808","email_id":"Timmothy70@gmail.com","dop":"2025-04-06","serial_number":"15133755495930612","imei1":"15133755495930612","imei2":"15133755495930612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161013,"job_number":"JOB_161013","tr_customer_id":161030,"tr_customer_product_id":161020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11906522406789","imei1":"11906522406789","imei2":"11906522406789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161011,"job_number":"JOB_161011","tr_customer_id":161028,"tr_customer_product_id":161018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:37:38.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"18802677031224","imei1":"18802677031224","imei2":"18802677031224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161010,"job_number":"JOB_161010","tr_customer_id":161027,"tr_customer_product_id":161017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:15.000Z","modified_at":"2026-01-20T06:37:15.000Z","name":"Lew Miller","mobile_number":"765-491-7188","email_id":"Darron59@gmail.com","dop":"2025-04-06","serial_number":"17449967520452938","imei1":"17449967520452938","imei2":"17449967520452938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161008,"job_number":"JOB_161008","tr_customer_id":161025,"tr_customer_product_id":161015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:12.000Z","modified_at":"2026-01-20T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15041940795158","imei1":"15041940795158","imei2":"15041940795158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161003,"job_number":"JOB_161003","tr_customer_id":161020,"tr_customer_product_id":161010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:50.000Z","modified_at":"2026-01-20T06:36:50.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"18211693408249","imei1":"18211693408249","imei2":"18211693408249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160999,"job_number":"JOB_160999","tr_customer_id":161016,"tr_customer_product_id":161006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:18.000Z","modified_at":"2026-01-20T06:36:18.000Z","name":"Santina Barrows","mobile_number":"907-639-3812","email_id":"Oswaldo57@hotmail.com","dop":"2025-04-06","serial_number":"15567719808821552","imei1":"15567719808821552","imei2":"15567719808821552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160997,"job_number":"JOB_160997","tr_customer_id":161014,"tr_customer_product_id":161004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13569038162848","imei1":"13569038162848","imei2":"13569038162848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160995,"job_number":"JOB_160995","tr_customer_id":161012,"tr_customer_product_id":161002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:02.000Z","modified_at":"2026-01-20T06:36:02.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18076007286748","imei1":"18076007286748","imei2":"18076007286748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160994,"job_number":"JOB_160994","tr_customer_id":161011,"tr_customer_product_id":161001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:31.000Z","modified_at":"2026-01-20T06:35:31.000Z","name":"Twila Hansen","mobile_number":"340-278-7568","email_id":"Abagail15@yahoo.com","dop":"2025-04-06","serial_number":"17222871323904390","imei1":"17222871323904390","imei2":"17222871323904390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160992,"job_number":"JOB_160992","tr_customer_id":161009,"tr_customer_product_id":160999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:43.000Z","modified_at":"2026-01-20T06:32:43.000Z","name":"Velma Zieme","mobile_number":"978-747-2131","email_id":"Tomas_Rice@hotmail.com","dop":"2025-04-06","serial_number":"19546985247687390","imei1":"19546985247687390","imei2":"19546985247687390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160990,"job_number":"JOB_160990","tr_customer_id":161007,"tr_customer_product_id":160997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:41.000Z","modified_at":"2026-01-20T06:32:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15184601920927","imei1":"15184601920927","imei2":"15184601920927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160989,"job_number":"JOB_160989","tr_customer_id":161006,"tr_customer_product_id":160996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:53.000Z","modified_at":"2026-01-20T06:31:53.000Z","name":"Dewayne Spencer","mobile_number":"281-731-6805","email_id":"Watson_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18234006872816836","imei1":"18234006872816836","imei2":"18234006872816836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160987,"job_number":"JOB_160987","tr_customer_id":161004,"tr_customer_product_id":160994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:51.000Z","modified_at":"2026-01-20T06:31:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11250852846497","imei1":"11250852846497","imei2":"11250852846497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160984,"job_number":"JOB_160984","tr_customer_id":161001,"tr_customer_product_id":160991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:03.000Z","name":"Billy Harvey","mobile_number":"515-745-5119","email_id":"Ashtyn_Blick0@gmail.com","dop":"2025-04-06","serial_number":"10944781861031490","imei1":"10944781861031490","imei2":"10944781861031490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160982,"job_number":"JOB_160982","tr_customer_id":160999,"tr_customer_product_id":160989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16886835307122","imei1":"16886835307122","imei2":"16886835307122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160980,"job_number":"JOB_160980","tr_customer_id":160997,"tr_customer_product_id":160987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:22.000Z","modified_at":"2026-01-20T06:30:22.000Z","name":"Gertrude Renner","mobile_number":"273-902-1592","email_id":"Douglas_Kuhn25@gmail.com","dop":"2025-04-06","serial_number":"11040535062418832","imei1":"11040535062418832","imei2":"11040535062418832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160978,"job_number":"JOB_160978","tr_customer_id":160995,"tr_customer_product_id":160985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:30:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15958128608118","imei1":"15958128608118","imei2":"15958128608118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160976,"job_number":"JOB_160976","tr_customer_id":160993,"tr_customer_product_id":160983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:26.000Z","modified_at":"2026-01-20T06:29:26.000Z","name":"Izabella Parisian","mobile_number":"215-958-7345","email_id":"Beaulah.Parker40@gmail.com","dop":"2025-04-06","serial_number":"12632222937445416","imei1":"12632222937445416","imei2":"12632222937445416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160974,"job_number":"JOB_160974","tr_customer_id":160991,"tr_customer_product_id":160981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:29:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10988240863096","imei1":"10988240863096","imei2":"10988240863096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160973,"job_number":"JOB_160973","tr_customer_id":160990,"tr_customer_product_id":160980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:29.000Z","modified_at":"2026-01-20T06:28:29.000Z","name":"Leonie Bartoletti","mobile_number":"708-562-2229","email_id":"Stanley_Little@gmail.com","dop":"2025-04-06","serial_number":"10481942650639178","imei1":"10481942650639178","imei2":"10481942650639178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160971,"job_number":"JOB_160971","tr_customer_id":160988,"tr_customer_product_id":160978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15538747189191","imei1":"15538747189191","imei2":"15538747189191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160970,"job_number":"JOB_160970","tr_customer_id":160987,"tr_customer_product_id":160977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:27.000Z","modified_at":"2026-01-20T06:28:27.000Z","name":"Chanda Reddy","mobile_number":"8245917860","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-10","serial_number":"608599123662300","imei1":"447654344074199","imei2":"174223279804618","popurl":"www.mangala-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160969,"job_number":"JOB_160969","tr_customer_id":160986,"tr_customer_product_id":160976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:17.000Z","modified_at":"2026-01-20T06:27:17.000Z","name":"Bertram Buckridge","mobile_number":"269-398-0355","email_id":"Kira.Baumbach@hotmail.com","dop":"2025-04-06","serial_number":"12364977898053992","imei1":"12364977898053992","imei2":"12364977898053992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160967,"job_number":"JOB_160967","tr_customer_id":160984,"tr_customer_product_id":160974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17264536946040","imei1":"17264536946040","imei2":"17264536946040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160966,"job_number":"JOB_160966","tr_customer_id":160983,"tr_customer_product_id":160973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:25.000Z","modified_at":"2026-01-20T06:26:25.000Z","name":"Camille Bosco","mobile_number":"558-704-5009","email_id":"Mikel23@yahoo.com","dop":"2025-04-06","serial_number":"18475032148495412","imei1":"18475032148495412","imei2":"18475032148495412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160964,"job_number":"JOB_160964","tr_customer_id":160981,"tr_customer_product_id":160971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14023520359255","imei1":"14023520359255","imei2":"14023520359255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160963,"job_number":"JOB_160963","tr_customer_id":160980,"tr_customer_product_id":160970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:52.000Z","modified_at":"2026-01-20T06:25:52.000Z","name":"Akash HUNACHAGI","mobile_number":"8495803697","email_id":"akashhunachagi3@gmail.com","dop":"2026-01-19","serial_number":"01234567891201","imei1":"01234567891201","imei2":"01234567891201","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160962,"job_number":"JOB_160962","tr_customer_id":160979,"tr_customer_product_id":160969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:33.000Z","modified_at":"2026-01-20T06:25:33.000Z","name":"Earnest Blick","mobile_number":"253-228-6743","email_id":"Ansel16@yahoo.com","dop":"2025-04-06","serial_number":"18391613761869224","imei1":"18391613761869224","imei2":"18391613761869224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160960,"job_number":"JOB_160960","tr_customer_id":160977,"tr_customer_product_id":160967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:25:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11928361641891","imei1":"11928361641891","imei2":"11928361641891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160959,"job_number":"JOB_160959","tr_customer_id":160976,"tr_customer_product_id":160966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:39.000Z","modified_at":"2026-01-20T06:24:39.000Z","name":"Mikayla Franecki","mobile_number":"815-404-3150","email_id":"Rick95@yahoo.com","dop":"2025-06-18","serial_number":"1086697785137614","imei1":"1086697785137614","imei2":"1086697785137614","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160957,"job_number":"JOB_160957","tr_customer_id":160974,"tr_customer_product_id":160964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:24:38.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10540302181274","imei1":"10540302181274","imei2":"10540302181274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160956,"job_number":"JOB_160956","tr_customer_id":160973,"tr_customer_product_id":160963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:51.000Z","modified_at":"2026-01-20T06:23:51.000Z","name":"Elody Kutch","mobile_number":"694-353-0937","email_id":"Emery.Kuhic97@gmail.com","dop":"2025-06-18","serial_number":"1022725914700158","imei1":"1022725914700158","imei2":"1022725914700158","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160954,"job_number":"JOB_160954","tr_customer_id":160971,"tr_customer_product_id":160961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:23:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10169650139359","imei1":"10169650139359","imei2":"10169650139359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160951,"job_number":"JOB_160951","tr_customer_id":160968,"tr_customer_product_id":160958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:38.000Z","modified_at":"2026-01-20T06:21:38.000Z","name":"Noble Wilderman","mobile_number":"678-737-5958","email_id":"Reid_Brown84@hotmail.com","dop":"2025-04-06","serial_number":"10269243449256958","imei1":"10269243449256958","imei2":"10269243449256958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160949,"job_number":"JOB_160949","tr_customer_id":160966,"tr_customer_product_id":160956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:21:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10471810776107","imei1":"10471810776107","imei2":"10471810776107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160941,"job_number":"JOB_160941","tr_customer_id":160958,"tr_customer_product_id":160948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:53.000Z","modified_at":"2026-01-20T06:20:53.000Z","name":"Adele Weimann","mobile_number":"521-479-7315","email_id":"Elmira52@gmail.com","dop":"2025-04-06","serial_number":"15547906368894580","imei1":"15547906368894580","imei2":"15547906368894580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160936,"job_number":"JOB_160936","tr_customer_id":160953,"tr_customer_product_id":160943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:51.000Z","modified_at":"2026-01-20T06:20:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17316115560727","imei1":"17316115560727","imei2":"17316115560727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160935,"job_number":"JOB_160935","tr_customer_id":160952,"tr_customer_product_id":160942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:08.000Z","modified_at":"2026-01-20T06:20:08.000Z","name":"Rafaela Gaylord","mobile_number":"816-690-9163","email_id":"Jaleel_Blanda@gmail.com","dop":"2025-04-06","serial_number":"13983709942255198","imei1":"13983709942255198","imei2":"13983709942255198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160933,"job_number":"JOB_160933","tr_customer_id":160950,"tr_customer_product_id":160940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18878382496187","imei1":"18878382496187","imei2":"18878382496187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160929,"job_number":"JOB_160929","tr_customer_id":160946,"tr_customer_product_id":160936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"Woodrow McCullough","mobile_number":"682-974-2865","email_id":"Isac5@gmail.com","dop":"2025-09-16","serial_number":"16238745301521","imei1":"16238745301521","imei2":"16238745301521","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160928,"job_number":"JOB_160928","tr_customer_id":160945,"tr_customer_product_id":160935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:09.000Z","modified_at":"2026-01-20T06:18:09.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11691685418386","imei1":"11691685418386","imei2":"11691685418386","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160926,"job_number":"JOB_160926","tr_customer_id":160943,"tr_customer_product_id":160933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"Dax Pouros","mobile_number":"424-491-2241","email_id":"Gust2@hotmail.com","dop":"2025-09-16","serial_number":"17909031420012","imei1":"17909031420012","imei2":"17909031420012","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160925,"job_number":"JOB_160925","tr_customer_id":160942,"tr_customer_product_id":160932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:48.000Z","modified_at":"2026-01-20T06:17:48.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13819359323237","imei1":"13819359323237","imei2":"13819359323237","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160924,"job_number":"JOB_160924","tr_customer_id":160941,"tr_customer_product_id":160931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"Jameson Sipes","mobile_number":"638-546-2813","email_id":"Easter_Lubowitz@hotmail.com","dop":"2025-09-16","serial_number":"19673842491811","imei1":"19673842491811","imei2":"19673842491811","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160923,"job_number":"JOB_160923","tr_customer_id":160940,"tr_customer_product_id":160930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:27.000Z","modified_at":"2026-01-20T06:17:27.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"19759848298573","imei1":"19759848298573","imei2":"19759848298573","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160921,"job_number":"JOB_160921","tr_customer_id":160938,"tr_customer_product_id":160928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:28.000Z","modified_at":"2026-01-20T05:58:28.000Z","name":"Jammie Gulgowski","mobile_number":"608-794-0078","email_id":"Mohamed.Hilpert63@gmail.com","dop":"2025-04-06","serial_number":"11855808614753016","imei1":"11855808614753016","imei2":"11855808614753016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160919,"job_number":"JOB_160919","tr_customer_id":160936,"tr_customer_product_id":160926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:26.000Z","modified_at":"2026-01-20T05:58:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16137288770782","imei1":"16137288770782","imei2":"16137288770782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160918,"job_number":"JOB_160918","tr_customer_id":160935,"tr_customer_product_id":160925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:40.000Z","modified_at":"2026-01-20T05:57:40.000Z","name":"Korey Bergnaum","mobile_number":"247-557-3351","email_id":"Ron53@hotmail.com","dop":"2025-04-06","serial_number":"14892868234708116","imei1":"14892868234708116","imei2":"14892868234708116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160916,"job_number":"JOB_160916","tr_customer_id":160933,"tr_customer_product_id":160923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:57:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19118656031858","imei1":"19118656031858","imei2":"19118656031858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160915,"job_number":"JOB_160915","tr_customer_id":160932,"tr_customer_product_id":160922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:53.000Z","modified_at":"2026-01-20T05:56:53.000Z","name":"Dasia Waelchi","mobile_number":"606-229-1870","email_id":"Leonel_Yundt29@yahoo.com","dop":"2025-04-06","serial_number":"16547973487320252","imei1":"16547973487320252","imei2":"16547973487320252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160913,"job_number":"JOB_160913","tr_customer_id":160930,"tr_customer_product_id":160920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19205896558464","imei1":"19205896558464","imei2":"19205896558464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160912,"job_number":"JOB_160912","tr_customer_id":160929,"tr_customer_product_id":160919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:49:56.000Z","modified_at":"2026-01-20T05:49:56.000Z","name":"Akash h","mobile_number":"8495803697","email_id":"akash121@gmail.com","dop":"2026-01-13","serial_number":"20120120302102","imei1":"20120120302102","imei2":"20120120302102","popurl":"2026-01-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160911,"job_number":"JOB_160911","tr_customer_id":160928,"tr_customer_product_id":160918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:46:33.000Z","modified_at":"2026-01-20T05:46:33.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-10","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-10T05:46:32.900117203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160910,"job_number":"JOB_160910","tr_customer_id":160927,"tr_customer_product_id":160917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:57.000Z","modified_at":"2026-01-20T05:43:57.000Z","name":"Ronny Gleichner","mobile_number":"373-853-2055","email_id":"Jannie.Zulauf47@hotmail.com","dop":"2025-04-13","serial_number":"1091279484642139","imei1":"1091279484642139","imei2":"1091279484642139","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160908,"job_number":"JOB_160908","tr_customer_id":160925,"tr_customer_product_id":160915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:43:56.000Z","name":"Sai K","mobile_number":"929370234","email_id":"saikrishna123@gmail.com","dop":"2025-04-13","serial_number":"10085006613774","imei1":"10085006613774","imei2":"10085006613774","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160907,"job_number":"JOB_160907","tr_customer_id":160924,"tr_customer_product_id":160914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Karen Wunsch","mobile_number":"270-458-4760","email_id":"Jeremie.Leannon24@yahoo.com","dop":"2025-04-13","serial_number":"1069342500699489","imei1":"1069342500699489","imei2":"1069342500699489","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160905,"job_number":"JOB_160905","tr_customer_id":160922,"tr_customer_product_id":160912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:51.000Z","name":"Sravan Kumar","mobile_number":"9618096667","email_id":"sravankumars24@gmail.com","dop":"2025-04-13","serial_number":"10807187688757","imei1":"10807187688757","imei2":"10807187688757","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160904,"job_number":"JOB_160904","tr_customer_id":160921,"tr_customer_product_id":160911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:46.000Z","modified_at":"2026-01-20T05:43:46.000Z","name":"Brice Runolfsson","mobile_number":"652-950-6634","email_id":"Eusebio_Graham8@gmail.com","dop":"2025-04-13","serial_number":"1034763748640840","imei1":"1034763748640840","imei2":"1034763748640840","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160902,"job_number":"JOB_160902","tr_customer_id":160919,"tr_customer_product_id":160909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:45.000Z","name":"Sravani Raparthi","mobile_number":"9100127659","email_id":"sravaniraparthi001@gmail.com","dop":"2025-04-13","serial_number":"10600752379171","imei1":"10600752379171","imei2":"10600752379171","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160901,"job_number":"JOB_160901","tr_customer_id":160918,"tr_customer_product_id":160908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:25.000Z","modified_at":"2026-01-20T05:43:25.000Z","name":"Bilva Panicker","mobile_number":"7019768790","email_id":"rajinder.dubashi@hotmail.com","dop":"2026-01-10","serial_number":"737496156090997","imei1":"737496156090997","imei2":"737496156090997","popurl":"www.heema-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160900,"job_number":"JOB_160900","tr_customer_id":160917,"tr_customer_product_id":160907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:27:27.000Z","modified_at":"2026-01-20T05:27:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"78920552984770","imei1":"78920552984770","imei2":"78920552984770","popurl":"2026-01-10T05:27:22.813740400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160899,"job_number":"JOB_160899","tr_customer_id":160916,"tr_customer_product_id":160906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:26:13.000Z","modified_at":"2026-01-20T05:26:13.000Z","name":"Anil Naik","mobile_number":"8249261590","email_id":"ekadant.kaniyar@yahoo.co.in","dop":"2026-01-10","serial_number":"110021987877184","imei1":"643516034576677","imei2":"538302440702051","popurl":"www.chandrakin-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160898,"job_number":"JOB_160898","tr_customer_id":160915,"tr_customer_product_id":160905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:32.000Z","modified_at":"2026-01-20T05:21:32.000Z","name":"Terrance Predovic","mobile_number":"454-981-2624","email_id":"Marilyne57@yahoo.com","dop":"2025-04-06","serial_number":"18374524095486340","imei1":"18374524095486340","imei2":"18374524095486340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160896,"job_number":"JOB_160896","tr_customer_id":160913,"tr_customer_product_id":160903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:21:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19374845132930","imei1":"19374845132930","imei2":"19374845132930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160895,"job_number":"JOB_160895","tr_customer_id":160912,"tr_customer_product_id":160902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:09.000Z","modified_at":"2026-01-20T05:21:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920552984770","imei1":"19920552984770","imei2":"19920552984770","popurl":"2026-01-10T05:21:05.040818100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160894,"job_number":"JOB_160894","tr_customer_id":160911,"tr_customer_product_id":160901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:43.000Z","modified_at":"2026-01-20T05:20:43.000Z","name":"Lambert Harvey","mobile_number":"619-450-7495","email_id":"Gonzalo_Huel@hotmail.com","dop":"2025-04-06","serial_number":"13827314674486672","imei1":"13827314674486672","imei2":"13827314674486672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160892,"job_number":"JOB_160892","tr_customer_id":160909,"tr_customer_product_id":160899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:20:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16566018478494","imei1":"16566018478494","imei2":"16566018478494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160891,"job_number":"JOB_160891","tr_customer_id":160908,"tr_customer_product_id":160898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:54.000Z","modified_at":"2026-01-20T05:19:54.000Z","name":"Saul Cole","mobile_number":"680-529-8833","email_id":"Gonzalo_Wiegand@gmail.com","dop":"2025-04-06","serial_number":"18823590916453660","imei1":"18823590916453660","imei2":"18823590916453660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160889,"job_number":"JOB_160889","tr_customer_id":160906,"tr_customer_product_id":160896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:52.000Z","modified_at":"2026-01-20T05:19:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19583817073351","imei1":"19583817073351","imei2":"19583817073351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160887,"job_number":"JOB_160887","tr_customer_id":160904,"tr_customer_product_id":160894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:30.000Z","modified_at":"2026-01-20T05:18:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17542960406023","imei2":"17542960406023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160878,"job_number":"JOB_160878","tr_customer_id":160895,"tr_customer_product_id":160885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:04.000Z","modified_at":"2026-01-20T05:13:04.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-10","serial_number":"19920302984770","imei1":"19920302984770","imei2":"19920302984770","popurl":"2026-01-10T05:12:58.281281Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160876,"job_number":"JOB_160876","tr_customer_id":160893,"tr_customer_product_id":160883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:40.000Z","modified_at":"2026-01-20T05:01:40.000Z","name":"Trystan Fisher","mobile_number":"410-448-4316","email_id":"Aracely12@gmail.com","dop":"2025-04-06","serial_number":"12250939062878962","imei1":"12250939062878962","imei2":"12250939062878962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160874,"job_number":"JOB_160874","tr_customer_id":160891,"tr_customer_product_id":160881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:21.000Z","modified_at":"2026-01-20T05:01:21.000Z","name":"Barton Koepp","mobile_number":"363-339-7180","email_id":"Marian30@yahoo.com","dop":"2025-04-06","serial_number":"18043437649012292","imei1":"18043437649012292","imei2":"18043437649012292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160864,"job_number":"JOB_160864","tr_customer_id":160881,"tr_customer_product_id":160871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:54.000Z","modified_at":"2026-01-20T04:58:54.000Z","name":"Kirstin Fadel","mobile_number":"669-586-0939","email_id":"Junius86@yahoo.com","dop":"2025-04-06","serial_number":"10187868930452808","imei1":"10187868930452808","imei2":"10187868930452808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160858,"job_number":"JOB_160858","tr_customer_id":160875,"tr_customer_product_id":160865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:10.000Z","modified_at":"2026-01-20T04:58:10.000Z","name":"Dario Morar","mobile_number":"480-589-4657","email_id":"Ethel.Pouros@hotmail.com","dop":"2025-04-06","serial_number":"13902216348943116","imei1":"13902216348943116","imei2":"13902216348943116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160856,"job_number":"JOB_160856","tr_customer_id":160873,"tr_customer_product_id":160863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:26.000Z","modified_at":"2026-01-20T04:57:26.000Z","name":"Carissa Feeney","mobile_number":"816-417-3942","email_id":"Tania_Hammes@hotmail.com","dop":"2025-04-06","serial_number":"18883124937988348","imei1":"18883124937988348","imei2":"18883124937988348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160850,"job_number":"JOB_160850","tr_customer_id":160867,"tr_customer_product_id":160857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"Jaycee Conroy","mobile_number":"996-777-5083","email_id":"Samara13@gmail.com","dop":"2025-04-06","serial_number":"12365703040620606","imei1":"12365703040620606","imei2":"12365703040620606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160845,"job_number":"JOB_160845","tr_customer_id":160862,"tr_customer_product_id":160852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"104741977718133","imei1":"104741977718133","imei2":"104741977718133","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160843,"job_number":"JOB_160843","tr_customer_id":160860,"tr_customer_product_id":160850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:33.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108640105971650","imei1":"108640105971650","imei2":"108640105971650","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160832,"job_number":"JOB_160832","tr_customer_id":160849,"tr_customer_product_id":160839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:53.000Z","modified_at":"2026-01-20T04:41:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"53433508275339","imei1":"53433508275339","imei2":"53433508275339","popurl":"2026-01-10T04:41:53.017140919Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160831,"job_number":"JOB_160831","tr_customer_id":160848,"tr_customer_product_id":160838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:05.000Z","modified_at":"2026-01-20T04:41:05.000Z","name":"Lempi Bruen","mobile_number":"599-576-4391","email_id":"Kaley.Homenick23@hotmail.com","dop":"2025-04-06","serial_number":"12191902277745812","imei1":"12191902277745812","imei2":"12191902277745812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160829,"job_number":"JOB_160829","tr_customer_id":160846,"tr_customer_product_id":160836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13352869494884","imei1":"13352869494884","imei2":"13352869494884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160828,"job_number":"JOB_160828","tr_customer_id":160845,"tr_customer_product_id":160835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:03.000Z","modified_at":"2026-01-20T04:41:03.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-10","serial_number":"62072932189547","imei1":"62072932189547","imei2":"62072932189547","popurl":"2026-01-10T04:41:02.751092130Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160827,"job_number":"JOB_160827","tr_customer_id":160844,"tr_customer_product_id":160834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:18.000Z","modified_at":"2026-01-20T04:40:18.000Z","name":"Linda Stehr","mobile_number":"884-819-2602","email_id":"Doug46@gmail.com","dop":"2025-04-06","serial_number":"12838362275772196","imei1":"12838362275772196","imei2":"12838362275772196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160825,"job_number":"JOB_160825","tr_customer_id":160842,"tr_customer_product_id":160832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19378171308504","imei1":"19378171308504","imei2":"19378171308504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160824,"job_number":"JOB_160824","tr_customer_id":160841,"tr_customer_product_id":160831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:31.000Z","modified_at":"2026-01-20T04:39:31.000Z","name":"Irma Hayes","mobile_number":"237-464-2320","email_id":"Mitchel_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"10126970210082670","imei1":"10126970210082670","imei2":"10126970210082670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160822,"job_number":"JOB_160822","tr_customer_id":160839,"tr_customer_product_id":160829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:29.000Z","modified_at":"2026-01-20T04:39:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19455821851727","imei1":"19455821851727","imei2":"19455821851727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160819,"job_number":"JOB_160819","tr_customer_id":160836,"tr_customer_product_id":160826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:09:00.000Z","modified_at":"2026-01-20T04:09:00.000Z","name":"Adrian Collier","mobile_number":"682-950-1734","email_id":"Jaunita31@hotmail.com","dop":"2025-04-06","serial_number":"14663043834528222","imei1":"14663043834528222","imei2":"14663043834528222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160817,"job_number":"JOB_160817","tr_customer_id":160834,"tr_customer_product_id":160824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:08:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11883753390178","imei1":"11883753390178","imei2":"11883753390178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160816,"job_number":"JOB_160816","tr_customer_id":160833,"tr_customer_product_id":160823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:18.000Z","modified_at":"2026-01-20T04:08:18.000Z","name":"Jackeline Hane","mobile_number":"842-889-9657","email_id":"Athena96@yahoo.com","dop":"2025-04-06","serial_number":"18587720231543396","imei1":"18587720231543396","imei2":"18587720231543396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160814,"job_number":"JOB_160814","tr_customer_id":160831,"tr_customer_product_id":160821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:16.000Z","modified_at":"2026-01-20T04:08:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041584410647","imei1":"17041584410647","imei2":"17041584410647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160811,"job_number":"JOB_160811","tr_customer_id":160828,"tr_customer_product_id":160818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:35.000Z","modified_at":"2026-01-20T04:07:35.000Z","name":"Shanelle Ebert","mobile_number":"845-878-3528","email_id":"Lavina58@hotmail.com","dop":"2025-04-06","serial_number":"13712214756210126","imei1":"13712214756210126","imei2":"13712214756210126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160809,"job_number":"JOB_160809","tr_customer_id":160826,"tr_customer_product_id":160816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:33.000Z","modified_at":"2026-01-20T04:07:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16151254090360","imei1":"16151254090360","imei2":"16151254090360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160805,"job_number":"JOB_160805","tr_customer_id":160822,"tr_customer_product_id":160812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95608961703692","imei1":"95608961703692","imei2":"95608961703692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160804,"job_number":"JOB_160804","tr_customer_id":160821,"tr_customer_product_id":160811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79716733739616","imei1":"79716733739616","imei2":"79716733739616","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160803,"job_number":"JOB_160803","tr_customer_id":160820,"tr_customer_product_id":160810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:21.000Z","modified_at":"2026-01-20T04:04:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25944587260625","imei1":"25944587260625","imei2":"25944587260625","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160802,"job_number":"JOB_160802","tr_customer_id":160819,"tr_customer_product_id":160809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30160952775291","imei1":"30160952775291","imei2":"30160952775291","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160801,"job_number":"JOB_160801","tr_customer_id":160818,"tr_customer_product_id":160808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20691482158718","imei1":"20691482158718","imei2":"20691482158718","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160800,"job_number":"JOB_160800","tr_customer_id":160817,"tr_customer_product_id":160807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:20.000Z","modified_at":"2026-01-20T04:04:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78751881940242","imei1":"78751881940242","imei2":"78751881940242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160798,"job_number":"JOB_160798","tr_customer_id":160815,"tr_customer_product_id":160805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59195891416349","imei1":"59195891416349","imei2":"59195891416349","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160797,"job_number":"JOB_160797","tr_customer_id":160814,"tr_customer_product_id":160804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64796610283573","imei1":"64796610283573","imei2":"64796610283573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160796,"job_number":"JOB_160796","tr_customer_id":160813,"tr_customer_product_id":160803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:49.000Z","modified_at":"2026-01-20T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38722719504326","imei1":"38722719504326","imei2":"38722719504326","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160795,"job_number":"JOB_160795","tr_customer_id":160812,"tr_customer_product_id":160802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10851062751830","imei1":"10851062751830","imei2":"10851062751830","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160794,"job_number":"JOB_160794","tr_customer_id":160811,"tr_customer_product_id":160801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68191237229121","imei1":"68191237229121","imei2":"68191237229121","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160793,"job_number":"JOB_160793","tr_customer_id":160810,"tr_customer_product_id":160800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:48.000Z","modified_at":"2026-01-20T04:03:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83168794540031","imei1":"83168794540031","imei2":"83168794540031","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160791,"job_number":"JOB_160791","tr_customer_id":160808,"tr_customer_product_id":160798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12325156993774","imei1":"12325156993774","imei2":"12325156993774","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160790,"job_number":"JOB_160790","tr_customer_id":160807,"tr_customer_product_id":160797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72786329329866","imei1":"72786329329866","imei2":"72786329329866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160789,"job_number":"JOB_160789","tr_customer_id":160806,"tr_customer_product_id":160796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10124248729496","imei1":"10124248729496","imei2":"10124248729496","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160788,"job_number":"JOB_160788","tr_customer_id":160805,"tr_customer_product_id":160795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:17.000Z","modified_at":"2026-01-20T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82923295026656","imei1":"82923295026656","imei2":"82923295026656","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160787,"job_number":"JOB_160787","tr_customer_id":160804,"tr_customer_product_id":160794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20670924835115","imei1":"20670924835115","imei2":"20670924835115","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160786,"job_number":"JOB_160786","tr_customer_id":160803,"tr_customer_product_id":160793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:16.000Z","modified_at":"2026-01-20T04:03:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34636740667529","imei1":"34636740667529","imei2":"34636740667529","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160785,"job_number":"JOB_160785","tr_customer_id":160802,"tr_customer_product_id":160792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:40.000Z","modified_at":"2026-01-20T03:57:40.000Z","name":"Anthony Bernier","mobile_number":"683-572-0885","email_id":"Kylie_Ledner@gmail.com","dop":"2025-04-06","serial_number":"12417113293883186","imei1":"12417113293883186","imei2":"12417113293883186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160783,"job_number":"JOB_160783","tr_customer_id":160800,"tr_customer_product_id":160790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17227887258204","imei1":"17227887258204","imei2":"17227887258204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160782,"job_number":"JOB_160782","tr_customer_id":160799,"tr_customer_product_id":160789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:29.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Haylee Koch","mobile_number":"748-773-5840","email_id":"Santa56@yahoo.com","dop":"2025-04-06","serial_number":"12436629149112026","imei1":"12436629149112026","imei2":"12436629149112026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160780,"job_number":"JOB_160780","tr_customer_id":160797,"tr_customer_product_id":160787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:57:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16124702972921","imei1":"16124702972921","imei2":"16124702972921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160776,"job_number":"JOB_160776","tr_customer_id":160793,"tr_customer_product_id":160783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:05.000Z","modified_at":"2026-01-20T03:57:05.000Z","name":"Richard Hackett","mobile_number":"685-429-6501","email_id":"Charlie.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"19260894453235416","imei1":"19260894453235416","imei2":"19260894453235416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160774,"job_number":"JOB_160774","tr_customer_id":160791,"tr_customer_product_id":160781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:03.000Z","modified_at":"2026-01-20T03:57:04.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11748696979727","imei1":"11748696979727","imei2":"11748696979727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160773,"job_number":"JOB_160773","tr_customer_id":160790,"tr_customer_product_id":160780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Margret Beer","mobile_number":"849-934-9316","email_id":"Bryon31@gmail.com","dop":"2025-04-06","serial_number":"14086499214296812","imei1":"14086499214296812","imei2":"14086499214296812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160768,"job_number":"JOB_160768","tr_customer_id":160785,"tr_customer_product_id":160775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:56.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14183651867372","imei1":"14183651867372","imei2":"14183651867372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160767,"job_number":"JOB_160767","tr_customer_id":160784,"tr_customer_product_id":160774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:54.000Z","modified_at":"2026-01-20T03:56:54.000Z","name":"Julie Klocko","mobile_number":"226-395-7310","email_id":"Xander_Fisher36@gmail.com","dop":"2025-04-06","serial_number":"18906653457140790","imei1":"18906653457140790","imei2":"18906653457140790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160765,"job_number":"JOB_160765","tr_customer_id":160782,"tr_customer_product_id":160772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15078305567096","imei1":"15078305567096","imei2":"15078305567096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160764,"job_number":"JOB_160764","tr_customer_id":160781,"tr_customer_product_id":160771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:52.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Tiana Kreiger","mobile_number":"989-826-9465","email_id":"Nya_Schimmel@yahoo.com","dop":"2025-04-06","serial_number":"15788871672855178","imei1":"15788871672855178","imei2":"15788871672855178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160762,"job_number":"JOB_160762","tr_customer_id":160779,"tr_customer_product_id":160769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:50.000Z","modified_at":"2026-01-20T03:56:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19251331182422","imei1":"19251331182422","imei2":"19251331182422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160761,"job_number":"JOB_160761","tr_customer_id":160778,"tr_customer_product_id":160768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:48.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Devon Jast","mobile_number":"571-619-2374","email_id":"Lowell.Littel@yahoo.com","dop":"2025-04-06","serial_number":"10228635864341164","imei1":"10228635864341164","imei2":"10228635864341164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160759,"job_number":"JOB_160759","tr_customer_id":160776,"tr_customer_product_id":160766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:46.000Z","modified_at":"2026-01-20T03:56:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18819930562318","imei1":"18819930562318","imei2":"18819930562318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160758,"job_number":"JOB_160758","tr_customer_id":160775,"tr_customer_product_id":160765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:42.000Z","modified_at":"2026-01-20T03:56:42.000Z","name":"Antonina Sawayn","mobile_number":"775-256-3921","email_id":"Eldon_Upton12@yahoo.com","dop":"2025-04-06","serial_number":"12923241405664962","imei1":"12923241405664962","imei2":"12923241405664962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160756,"job_number":"JOB_160756","tr_customer_id":160773,"tr_customer_product_id":160763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:56:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18010339612049","imei1":"18010339612049","imei2":"18010339612049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160749,"job_number":"JOB_160749","tr_customer_id":160766,"tr_customer_product_id":160756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:35.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Howell Hyatt","mobile_number":"722-245-9597","email_id":"Destin30@yahoo.com","dop":"2025-04-06","serial_number":"12307643788785134","imei1":"12307643788785134","imei2":"12307643788785134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160747,"job_number":"JOB_160747","tr_customer_id":160764,"tr_customer_product_id":160754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:33.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11151779657899","imei1":"11151779657899","imei2":"11151779657899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160746,"job_number":"JOB_160746","tr_customer_id":160763,"tr_customer_product_id":160753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:24.000Z","modified_at":"2026-01-20T03:56:24.000Z","name":"Lawson Osinski","mobile_number":"459-833-8009","email_id":"Emmanuel.Hudson35@yahoo.com","dop":"2025-04-06","serial_number":"13089759216076620","imei1":"13089759216076620","imei2":"13089759216076620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160743,"job_number":"JOB_160743","tr_customer_id":160760,"tr_customer_product_id":160750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18571917661387","imei1":"18571917661387","imei2":"18571917661387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160740,"job_number":"JOB_160740","tr_customer_id":160757,"tr_customer_product_id":160747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:18.000Z","modified_at":"2026-01-20T03:56:18.000Z","name":"Keyshawn Schmitt","mobile_number":"378-849-2679","email_id":"Eleanore.OHara@gmail.com","dop":"2025-04-06","serial_number":"19713333645520720","imei1":"19713333645520720","imei2":"19713333645520720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160738,"job_number":"JOB_160738","tr_customer_id":160755,"tr_customer_product_id":160745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"Karlie Kling","mobile_number":"811-716-2298","email_id":"Frida.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"17719444817706424","imei1":"17719444817706424","imei2":"17719444817706424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160737,"job_number":"JOB_160737","tr_customer_id":160754,"tr_customer_product_id":160744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10508806666351","imei1":"10508806666351","imei2":"10508806666351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160735,"job_number":"JOB_160735","tr_customer_id":160752,"tr_customer_product_id":160742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14148138104689","imei1":"14148138104689","imei2":"14148138104689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160734,"job_number":"JOB_160734","tr_customer_id":160751,"tr_customer_product_id":160741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:14.000Z","modified_at":"2026-01-20T03:56:14.000Z","name":"Triston Schumm","mobile_number":"418-952-9669","email_id":"Ruby35@gmail.com","dop":"2025-04-06","serial_number":"18901444058482380","imei1":"18901444058482380","imei2":"18901444058482380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160732,"job_number":"JOB_160732","tr_customer_id":160749,"tr_customer_product_id":160739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:12.000Z","modified_at":"2026-01-20T03:56:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17043017035156","imei1":"17043017035156","imei2":"17043017035156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160731,"job_number":"JOB_160731","tr_customer_id":160748,"tr_customer_product_id":160738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:11.000Z","modified_at":"2026-01-20T03:56:11.000Z","name":"Marty Beer","mobile_number":"291-757-8607","email_id":"Audreanne.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"14295175893459808","imei1":"14295175893459808","imei2":"14295175893459808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160729,"job_number":"JOB_160729","tr_customer_id":160746,"tr_customer_product_id":160736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Ezekiel Strosin","mobile_number":"349-934-1993","email_id":"Rodolfo_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"17611795484648840","imei1":"17611795484648840","imei2":"17611795484648840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160728,"job_number":"JOB_160728","tr_customer_id":160745,"tr_customer_product_id":160735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15564697153571","imei1":"15564697153571","imei2":"15564697153571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160727,"job_number":"JOB_160727","tr_customer_id":160744,"tr_customer_product_id":160734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:10.000Z","name":"Alize Herzog","mobile_number":"967-807-3476","email_id":"Orlando4@gmail.com","dop":"2025-04-06","serial_number":"11615960614135324","imei1":"11615960614135324","imei2":"11615960614135324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160725,"job_number":"JOB_160725","tr_customer_id":160742,"tr_customer_product_id":160732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15758256326543","imei1":"15758256326543","imei2":"15758256326543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160723,"job_number":"JOB_160723","tr_customer_id":160740,"tr_customer_product_id":160730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15101780723652","imei1":"15101780723652","imei2":"15101780723652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160722,"job_number":"JOB_160722","tr_customer_id":160739,"tr_customer_product_id":160729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Mandy Reynolds","mobile_number":"611-880-2269","email_id":"Tevin18@yahoo.com","dop":"2025-04-06","serial_number":"17807283527958472","imei1":"17807283527958472","imei2":"17807283527958472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160721,"job_number":"JOB_160721","tr_customer_id":160738,"tr_customer_product_id":160728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:04.000Z","modified_at":"2026-01-20T03:56:04.000Z","name":"Oswaldo Boyle","mobile_number":"523-985-6517","email_id":"Francis.Kovacek@yahoo.com","dop":"2025-04-06","serial_number":"13604872774758768","imei1":"13604872774758768","imei2":"13604872774758768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160719,"job_number":"JOB_160719","tr_customer_id":160736,"tr_customer_product_id":160726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"Sallie Braun","mobile_number":"710-538-1732","email_id":"Marcellus63@gmail.com","dop":"2025-04-06","serial_number":"16018930554266106","imei1":"16018930554266106","imei2":"16018930554266106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160718,"job_number":"JOB_160718","tr_customer_id":160735,"tr_customer_product_id":160724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13885011359669","imei1":"13885011359669","imei2":"13885011359669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160716,"job_number":"JOB_160716","tr_customer_id":160733,"tr_customer_product_id":160723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10642076263758","imei1":"10642076263758","imei2":"10642076263758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160714,"job_number":"JOB_160714","tr_customer_id":160731,"tr_customer_product_id":160721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:01.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10909236178473","imei1":"10909236178473","imei2":"10909236178473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160713,"job_number":"JOB_160713","tr_customer_id":160730,"tr_customer_product_id":160720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:57.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Jovanny Swift","mobile_number":"718-710-5495","email_id":"Lera.Homenick@hotmail.com","dop":"2025-04-06","serial_number":"13097490583535474","imei1":"13097490583535474","imei2":"13097490583535474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160711,"job_number":"JOB_160711","tr_customer_id":160728,"tr_customer_product_id":160718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12090212604813","imei1":"12090212604813","imei2":"12090212604813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160707,"job_number":"JOB_160707","tr_customer_id":160724,"tr_customer_product_id":160714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:50.000Z","modified_at":"2026-01-20T03:55:50.000Z","name":"Santino Maggio","mobile_number":"589-259-1457","email_id":"Marianna.Grimes@yahoo.com","dop":"2025-04-06","serial_number":"10294853521775860","imei1":"10294853521775860","imei2":"10294853521775860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160706,"job_number":"JOB_160706","tr_customer_id":160723,"tr_customer_product_id":160713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:49.000Z","modified_at":"2026-01-20T03:55:49.000Z","name":"Jeffrey Stamm","mobile_number":"364-769-2685","email_id":"Merle58@yahoo.com","dop":"2025-04-06","serial_number":"19183192354318468","imei1":"19183192354318468","imei2":"19183192354318468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160704,"job_number":"JOB_160704","tr_customer_id":160721,"tr_customer_product_id":160711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:55:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11743403521865","imei1":"11743403521865","imei2":"11743403521865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160702,"job_number":"JOB_160702","tr_customer_id":160719,"tr_customer_product_id":160709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:47.000Z","modified_at":"2026-01-20T03:55:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15880449660571","imei1":"15880449660571","imei2":"15880449660571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160701,"job_number":"JOB_160701","tr_customer_id":160718,"tr_customer_product_id":160708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:40.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jonas Nitzsche","mobile_number":"923-511-2513","email_id":"Maurice_Borer2@gmail.com","dop":"2025-04-06","serial_number":"18110631450535784","imei1":"18110631450535784","imei2":"18110631450535784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160699,"job_number":"JOB_160699","tr_customer_id":160716,"tr_customer_product_id":160706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:55:38.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"11183151244509","imei1":"11183151244509","imei2":"11183151244509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160694,"job_number":"JOB_160694","tr_customer_id":160711,"tr_customer_product_id":160701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Madelyn Kovacek","mobile_number":"473-497-0413","email_id":"Delpha.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"13581209859960694","imei1":"13581209859960694","imei2":"13581209859960694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160692,"job_number":"JOB_160692","tr_customer_id":160709,"tr_customer_product_id":160699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"Cortney Predovic","mobile_number":"335-297-3819","email_id":"Franco_Will@yahoo.com","dop":"2025-04-06","serial_number":"17483187512605638","imei1":"17483187512605638","imei2":"17483187512605638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160691,"job_number":"JOB_160691","tr_customer_id":160708,"tr_customer_product_id":160698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:55:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15153375330958","imei1":"15153375330958","imei2":"15153375330958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160690,"job_number":"JOB_160690","tr_customer_id":160707,"tr_customer_product_id":160697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:29.000Z","modified_at":"2026-01-20T03:55:29.000Z","name":"Enos Grady","mobile_number":"309-295-6097","email_id":"Keenan_Little@hotmail.com","dop":"2025-04-06","serial_number":"11095229498869228","imei1":"11095229498869228","imei2":"11095229498869228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160688,"job_number":"JOB_160688","tr_customer_id":160705,"tr_customer_product_id":160695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896140452866","imei1":"19896140452866","imei2":"19896140452866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160686,"job_number":"JOB_160686","tr_customer_id":160703,"tr_customer_product_id":160693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:55:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11196916127833","imei1":"11196916127833","imei2":"11196916127833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160685,"job_number":"JOB_160685","tr_customer_id":160702,"tr_customer_product_id":160692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"Arjun Kilback","mobile_number":"922-758-1318","email_id":"Audrey41@hotmail.com","dop":"2025-09-16","serial_number":"17043974962484","imei1":"17043974962484","imei2":"17043974962484","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160684,"job_number":"JOB_160684","tr_customer_id":160701,"tr_customer_product_id":160691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:27.000Z","modified_at":"2026-01-20T03:55:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"17409496159294","imei1":"17409496159294","imei2":"17409496159294","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160683,"job_number":"JOB_160683","tr_customer_id":160700,"tr_customer_product_id":160690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Magdalena Bauch","mobile_number":"433-249-8712","email_id":"Amalia_Wiegand88@hotmail.com","dop":"2025-04-06","serial_number":"15572817325380228","imei1":"15572817325380228","imei2":"15572817325380228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160682,"job_number":"JOB_160682","tr_customer_id":160699,"tr_customer_product_id":160689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:26.000Z","modified_at":"2026-01-20T03:55:26.000Z","name":"Leif Wyman","mobile_number":"950-205-3823","email_id":"Elliott_Abernathy49@hotmail.com","dop":"2025-04-06","serial_number":"11274602740704014","imei1":"11274602740704014","imei2":"11274602740704014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160681,"job_number":"JOB_160681","tr_customer_id":160698,"tr_customer_product_id":160688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:55:25.000Z","name":"Colten Homenick","mobile_number":"998-443-2656","email_id":"Tomas22@gmail.com","dop":"2025-04-06","serial_number":"16698210852931734","imei1":"16698210852931734","imei2":"16698210852931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160678,"job_number":"JOB_160678","tr_customer_id":160695,"tr_customer_product_id":160685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19507271420556","imei1":"19507271420556","imei2":"19507271420556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160676,"job_number":"JOB_160676","tr_customer_id":160693,"tr_customer_product_id":160683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18466795618155","imei1":"18466795618155","imei2":"18466795618155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160675,"job_number":"JOB_160675","tr_customer_id":160692,"tr_customer_product_id":160682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:55:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18608934620123","imei1":"18608934620123","imei2":"18608934620123","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160674,"job_number":"JOB_160674","tr_customer_id":160691,"tr_customer_product_id":160681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:22.000Z","modified_at":"2026-01-20T03:55:22.000Z","name":"Frederic Romaguera","mobile_number":"732-420-6058","email_id":"Maci21@gmail.com","dop":"2025-04-06","serial_number":"18509582218062704","imei1":"18509582218062704","imei2":"18509582218062704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160670,"job_number":"JOB_160670","tr_customer_id":160687,"tr_customer_product_id":160677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Ressie Halvorson","mobile_number":"653-384-7905","email_id":"Patricia_Gislason55@gmail.com","dop":"2025-05-30","serial_number":"1119787179554506","imei1":"1119787179554506","imei2":"1119787179554506","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160669,"job_number":"JOB_160669","tr_customer_id":160686,"tr_customer_product_id":160676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16012817945579","imei1":"16012817945579","imei2":"16012817945579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160667,"job_number":"JOB_160667","tr_customer_id":160684,"tr_customer_product_id":160674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Catharine Bashirian","mobile_number":"478-764-4330","email_id":"Fern.Moen50@yahoo.com","dop":"2025-04-06","serial_number":"19916570688409380","imei1":"19916570688409380","imei2":"19916570688409380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160665,"job_number":"JOB_160665","tr_customer_id":160682,"tr_customer_product_id":160672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:19.000Z","name":"Winifred Murphy","mobile_number":"475-295-5097","email_id":"Bobbie.Kuhn@yahoo.com","dop":"2025-05-30","serial_number":"10686404452500","imei1":"10686404452500","imei2":"10686404452500","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160663,"job_number":"JOB_160663","tr_customer_id":160680,"tr_customer_product_id":160670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15335154216095","imei1":"15335154216095","imei2":"15335154216095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160661,"job_number":"JOB_160661","tr_customer_id":160678,"tr_customer_product_id":160668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Terrence Streich","mobile_number":"669-667-3990","email_id":"Nickolas42@hotmail.com","dop":"2025-04-06","serial_number":"12201094669624714","imei1":"12201094669624714","imei2":"12201094669624714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160658,"job_number":"JOB_160658","tr_customer_id":160675,"tr_customer_product_id":160665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12025823613247","imei1":"12025823613247","imei2":"12025823613247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160656,"job_number":"JOB_160656","tr_customer_id":160673,"tr_customer_product_id":160663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:07.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"King Spinka","mobile_number":"450-545-7075","email_id":"Travis.Hyatt48@gmail.com","dop":"2025-04-06","serial_number":"19591136988114856","imei1":"19591136988114856","imei2":"19591136988114856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160654,"job_number":"JOB_160654","tr_customer_id":160671,"tr_customer_product_id":160661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"Cassidy Witting","mobile_number":"411-610-7426","email_id":"Triston_Kreiger27@hotmail.com","dop":"2025-09-16","serial_number":"15062342717978","imei1":"15062342717978","imei2":"15062342717978","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160652,"job_number":"JOB_160652","tr_customer_id":160669,"tr_customer_product_id":160659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:06.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"13230361027899","imei1":"13230361027899","imei2":"13230361027899","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160650,"job_number":"JOB_160650","tr_customer_id":160667,"tr_customer_product_id":160657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:05.000Z","modified_at":"2026-01-20T03:55:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16991074286222","imei1":"16991074286222","imei2":"16991074286222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160649,"job_number":"JOB_160649","tr_customer_id":160666,"tr_customer_product_id":160656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:04.000Z","modified_at":"2026-01-20T03:55:04.000Z","name":"Ferne Gutkowski","mobile_number":"843-948-0869","email_id":"Jaquelin13@hotmail.com","dop":"2025-04-06","serial_number":"19229887138463010","imei1":"19229887138463010","imei2":"19229887138463010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160647,"job_number":"JOB_160647","tr_customer_id":160664,"tr_customer_product_id":160654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:02.000Z","modified_at":"2026-01-20T03:55:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10688673935129","imei1":"10688673935129","imei2":"10688673935129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160645,"job_number":"JOB_160645","tr_customer_id":160662,"tr_customer_product_id":160652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:58.000Z","modified_at":"2026-01-20T03:54:58.000Z","name":"Chanel Olson","mobile_number":"417-728-2400","email_id":"Lincoln.Cormier@yahoo.com","dop":"2025-06-18","serial_number":"1072801076627864","imei1":"1072801076627864","imei2":"1072801076627864","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160643,"job_number":"JOB_160643","tr_customer_id":160660,"tr_customer_product_id":160650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:54:57.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10439272096357","imei1":"10439272096357","imei2":"10439272096357","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160642,"job_number":"JOB_160642","tr_customer_id":160659,"tr_customer_product_id":160649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"Maxie Moen","mobile_number":"653-404-3812","email_id":"Deontae.Erdman76@hotmail.com","dop":"2025-09-16","serial_number":"12677719166250","imei1":"12677719166250","imei2":"12677719166250","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160641,"job_number":"JOB_160641","tr_customer_id":160658,"tr_customer_product_id":160648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:45.000Z","modified_at":"2026-01-20T03:54:45.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13699682655158","imei1":"13699682655158","imei2":"13699682655158","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160640,"job_number":"JOB_160640","tr_customer_id":160657,"tr_customer_product_id":160647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:43.000Z","name":"Randal Schneider","mobile_number":"582-839-8983","email_id":"Elena57@yahoo.com","dop":"2025-04-06","serial_number":"13888724912396164","imei1":"13888724912396164","imei2":"13888724912396164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160636,"job_number":"JOB_160636","tr_customer_id":160653,"tr_customer_product_id":160643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17139324599061","imei1":"17139324599061","imei2":"17139324599061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160635,"job_number":"JOB_160635","tr_customer_id":160652,"tr_customer_product_id":160642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Fredy Hammes","mobile_number":"277-866-0460","email_id":"Robb.Auer14@yahoo.com","dop":"2025-04-06","serial_number":"14920418324178496","imei1":"14920418324178496","imei2":"14920418324178496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160634,"job_number":"JOB_160634","tr_customer_id":160651,"tr_customer_product_id":160641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:41.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"Camilla Adams","mobile_number":"892-684-1332","email_id":"Cheyenne28@hotmail.com","dop":"2025-04-06","serial_number":"15210111779963224","imei1":"15210111779963224","imei2":"15210111779963224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160633,"job_number":"JOB_160633","tr_customer_id":160650,"tr_customer_product_id":160640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"Cierra Mann","mobile_number":"495-383-1350","email_id":"Montana_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"17482912317045998","imei1":"17482912317045998","imei2":"17482912317045998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160630,"job_number":"JOB_160630","tr_customer_id":160647,"tr_customer_product_id":160637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:54:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12313200520807","imei1":"12313200520807","imei2":"12313200520807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160629,"job_number":"JOB_160629","tr_customer_id":160646,"tr_customer_product_id":160636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:39.000Z","modified_at":"2026-01-20T03:54:39.000Z","name":"Noble Kling","mobile_number":"396-753-1611","email_id":"Blaise59@yahoo.com","dop":"2025-04-06","serial_number":"18157421553897770","imei1":"18157421553897770","imei2":"18157421553897770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160627,"job_number":"JOB_160627","tr_customer_id":160644,"tr_customer_product_id":160634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17460622134273","imei1":"17460622134273","imei2":"17460622134273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160625,"job_number":"JOB_160625","tr_customer_id":160642,"tr_customer_product_id":160632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:54:37.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16220001170066","imei1":"16220001170066","imei2":"16220001170066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160624,"job_number":"JOB_160624","tr_customer_id":160641,"tr_customer_product_id":160631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:33.000Z","modified_at":"2026-01-20T03:54:33.000Z","name":"Sage Will","mobile_number":"959-691-6127","email_id":"Eveline.Frami62@yahoo.com","dop":"2025-04-06","serial_number":"12041117130684198","imei1":"12041117130684198","imei2":"12041117130684198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160621,"job_number":"JOB_160621","tr_customer_id":160638,"tr_customer_product_id":160628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:30.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Santina Welch","mobile_number":"883-621-0715","email_id":"Keshawn26@yahoo.com","dop":"2025-04-06","serial_number":"12197004258625760","imei1":"12197004258625760","imei2":"12197004258625760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160619,"job_number":"JOB_160619","tr_customer_id":160636,"tr_customer_product_id":160626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19138625746019","imei1":"19138625746019","imei2":"19138625746019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160618,"job_number":"JOB_160618","tr_customer_id":160635,"tr_customer_product_id":160625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Dorthy Bruen","mobile_number":"771-450-2835","email_id":"Zoie.Langworth55@hotmail.com","dop":"2025-04-06","serial_number":"14624570086830056","imei1":"14624570086830056","imei2":"14624570086830056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160615,"job_number":"JOB_160615","tr_customer_id":160632,"tr_customer_product_id":160622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299963871513","imei1":"12299963871513","imei2":"12299963871513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160614,"job_number":"JOB_160614","tr_customer_id":160631,"tr_customer_product_id":160621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Dorthy MacGyver","mobile_number":"740-534-8671","email_id":"Raymundo46@gmail.com","dop":"2025-04-06","serial_number":"12871917464933412","imei1":"12871917464933412","imei2":"12871917464933412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160613,"job_number":"JOB_160613","tr_customer_id":160630,"tr_customer_product_id":160620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:23.000Z","modified_at":"2026-01-20T03:54:23.000Z","name":"Ludie Schuppe","mobile_number":"420-639-4710","email_id":"Eusebio_Cassin16@gmail.com","dop":"2025-04-06","serial_number":"17769949548466444","imei1":"17769949548466444","imei2":"17769949548466444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160609,"job_number":"JOB_160609","tr_customer_id":160626,"tr_customer_product_id":160616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:14.000Z","name":"Nico Schamberger","mobile_number":"880-656-8839","email_id":"Roy81@yahoo.com","dop":"2025-06-18","serial_number":"1073754141577967","imei1":"1073754141577967","imei2":"1073754141577967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160607,"job_number":"JOB_160607","tr_customer_id":160624,"tr_customer_product_id":160614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:13.000Z","modified_at":"2026-01-20T03:54:13.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10613917607998","imei1":"10613917607998","imei2":"10613917607998","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160605,"job_number":"JOB_160605","tr_customer_id":160622,"tr_customer_product_id":160612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:55.000Z","modified_at":"2026-01-20T03:53:55.000Z","name":"Seth Wilderman","mobile_number":"939-689-4565","email_id":"Wilburn.Feeney35@gmail.com","dop":"2025-04-06","serial_number":"17452521506158222","imei1":"17452521506158222","imei2":"17452521506158222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160603,"job_number":"JOB_160603","tr_customer_id":160620,"tr_customer_product_id":160610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:53.000Z","modified_at":"2026-01-20T03:53:53.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13574218912179","imei1":"13574218912179","imei2":"13574218912179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160601,"job_number":"JOB_160601","tr_customer_id":160618,"tr_customer_product_id":160608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:47.000Z","modified_at":"2026-01-20T03:53:47.000Z","name":"Karli D'Amore","mobile_number":"729-389-6580","email_id":"Leanne.Heidenreich42@hotmail.com","dop":"2025-04-06","serial_number":"10323221218972240","imei1":"10323221218972240","imei2":"10323221218972240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160597,"job_number":"JOB_160597","tr_customer_id":160614,"tr_customer_product_id":160604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:12.000Z","modified_at":"2026-01-20T03:49:12.000Z","name":"Jon Hermiston","mobile_number":"214-394-2472","email_id":"Benny39@hotmail.com","dop":"2025-04-06","serial_number":"15853235384304992","imei1":"15853235384304992","imei2":"15853235384304992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160595,"job_number":"JOB_160595","tr_customer_id":160612,"tr_customer_product_id":160602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15985077415995","imei1":"15985077415995","imei2":"15985077415995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160594,"job_number":"JOB_160594","tr_customer_id":160611,"tr_customer_product_id":160601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:25.000Z","modified_at":"2026-01-20T03:48:25.000Z","name":"Brenna Weimann","mobile_number":"923-803-4436","email_id":"Eino87@hotmail.com","dop":"2025-04-06","serial_number":"16184188216161920","imei1":"16184188216161920","imei2":"16184188216161920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160592,"job_number":"JOB_160592","tr_customer_id":160609,"tr_customer_product_id":160599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:23.000Z","modified_at":"2026-01-20T03:48:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16728284618702","imei1":"16728284618702","imei2":"16728284618702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160591,"job_number":"JOB_160591","tr_customer_id":160608,"tr_customer_product_id":160598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:38.000Z","modified_at":"2026-01-20T03:47:38.000Z","name":"Naomie Herzog","mobile_number":"866-647-8822","email_id":"Abby41@yahoo.com","dop":"2025-04-06","serial_number":"16264538527906798","imei1":"16264538527906798","imei2":"16264538527906798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160589,"job_number":"JOB_160589","tr_customer_id":160606,"tr_customer_product_id":160596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:36.000Z","modified_at":"2026-01-20T03:47:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13261185012699","imei1":"13261185012699","imei2":"13261185012699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160586,"job_number":"JOB_160586","tr_customer_id":160603,"tr_customer_product_id":160593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:15:08.000Z","modified_at":"2026-01-20T03:15:08.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-10","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-10T03:15:08.389525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160585,"job_number":"JOB_160585","tr_customer_id":160602,"tr_customer_product_id":160592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:39.000Z","modified_at":"2026-01-20T03:00:39.000Z","name":"Abe Kohler","mobile_number":"677-958-9089","email_id":"Judah23@gmail.com","dop":"2025-04-06","serial_number":"16966800512555852","imei1":"16966800512555852","imei2":"16966800512555852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160583,"job_number":"JOB_160583","tr_customer_id":160600,"tr_customer_product_id":160590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14574527579195","imei1":"14574527579195","imei2":"14574527579195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160582,"job_number":"JOB_160582","tr_customer_id":160599,"tr_customer_product_id":160589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:56.000Z","modified_at":"2026-01-20T02:59:56.000Z","name":"Tyshawn White","mobile_number":"514-407-3221","email_id":"Destiny.Treutel32@gmail.com","dop":"2025-04-06","serial_number":"14094355437657860","imei1":"14094355437657860","imei2":"14094355437657860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160580,"job_number":"JOB_160580","tr_customer_id":160597,"tr_customer_product_id":160587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T02:59:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12050297122852","imei1":"12050297122852","imei2":"12050297122852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160579,"job_number":"JOB_160579","tr_customer_id":160596,"tr_customer_product_id":160586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:13.000Z","modified_at":"2026-01-20T02:59:13.000Z","name":"Etha Shanahan","mobile_number":"766-439-3024","email_id":"Jane24@hotmail.com","dop":"2025-04-06","serial_number":"18577371113314320","imei1":"18577371113314320","imei2":"18577371113314320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160577,"job_number":"JOB_160577","tr_customer_id":160594,"tr_customer_product_id":160584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:11.000Z","modified_at":"2026-01-20T02:59:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12299580211443","imei1":"12299580211443","imei2":"12299580211443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160576,"job_number":"JOB_160576","tr_customer_id":160593,"tr_customer_product_id":160583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:01:04.000Z","modified_at":"2026-01-20T02:01:04.000Z","name":"Archana Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770886","imei1":"23451113430770886","imei2":"23451113430770886","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T02:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160573,"job_number":"JOB_160573","tr_customer_id":160590,"tr_customer_product_id":160580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:29.000Z","modified_at":"2026-01-20T01:40:29.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722349","imei1":"23145678722349","imei2":"23145678722349","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160572,"job_number":"JOB_160572","tr_customer_id":160589,"tr_customer_product_id":160579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:13.000Z","modified_at":"2026-01-20T01:40:13.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678722344","imei1":"23145678722344","imei2":"23145678722344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160567,"job_number":"JOB_160567","tr_customer_id":160584,"tr_customer_product_id":160574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:42:11.000Z","modified_at":"2026-01-19T23:42:11.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-09T23:42:11.091960390Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160566,"job_number":"JOB_160566","tr_customer_id":160583,"tr_customer_product_id":160573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:47.000Z","modified_at":"2026-01-19T23:39:47.000Z","name":"Bela Kapoor","mobile_number":"7098077415","email_id":"agastya.tandon@yahoo.co.in","dop":"2026-01-09","serial_number":"693987320305435","imei1":"693987320305435","imei2":"693987320305435","popurl":"www.rajinder-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160565,"job_number":"JOB_160565","tr_customer_id":160582,"tr_customer_product_id":160572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:39:46.000Z","modified_at":"2026-01-19T23:39:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-09","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-09T23:39:46.296755848Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161098,"job_number":"JOB_161098","tr_customer_id":161115,"tr_customer_product_id":161105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:56.000Z","modified_at":"2026-01-20T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Margot.Streich@gmail.com","dop":"2025-07-02","serial_number":"18954107587474","imei1":"18954107587474","imei2":"18954107587474","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161097,"job_number":"JOB_161097","tr_customer_id":161114,"tr_customer_product_id":161104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:37.000Z","modified_at":"2026-01-20T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Laila.Lemke@hotmail.com","dop":"2025-07-02","serial_number":"18727411783815","imei1":"18727411783815","imei2":"18727411783815","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161096,"job_number":"JOB_161096","tr_customer_id":161113,"tr_customer_product_id":161103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:36:17.000Z","modified_at":"2026-01-20T07:36:17.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Harley.Lubowitz@yahoo.com","dop":"2025-07-02","serial_number":"12786891789704","imei1":"12786891789704","imei2":"12786891789704","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161086,"job_number":"JOB_161086","tr_customer_id":161103,"tr_customer_product_id":161093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Umang Agarwal","mobile_number":"8241452884","email_id":"sameer.trivedi@hotmail.com","dop":"2026-01-10","serial_number":"311226285059248","imei1":"611017786631322","imei2":"362009795433742","popurl":"www.deeptiman-bhattacharya.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161085,"job_number":"JOB_161085","tr_customer_id":161102,"tr_customer_product_id":161092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Subhash Kakkar","mobile_number":"8246573621","email_id":"vijay.dwivedi@gmail.com","dop":"2026-01-10","serial_number":"387368987993027","imei1":"028393591458762","imei2":"531625719654417","popurl":"www.deeptimoy-dhawan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161083,"job_number":"JOB_161083","tr_customer_id":161100,"tr_customer_product_id":161090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Suryakanta Pillai","mobile_number":"8247601472","email_id":"malati.ahluwalia@yahoo.co.in","dop":"2026-01-10","serial_number":"839143662377034","imei1":"825597092665600","imei2":"447617341627532","popurl":"www.dayaamay-khanna.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161082,"job_number":"JOB_161082","tr_customer_id":161099,"tr_customer_product_id":161089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Devdan Tagore","mobile_number":"8248407651","email_id":"avadhesh.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"508931326040087","imei1":"821689957744687","imei2":"298949232491056","popurl":"www.aatmaja-shah.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161081,"job_number":"JOB_161081","tr_customer_id":161098,"tr_customer_product_id":161088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Bhramar Sharma","mobile_number":"8249199053","email_id":"ekaling.jain@gmail.com","dop":"2026-01-10","serial_number":"576559807074551","imei1":"646859085193423","imei2":"815763701397469","popurl":"www.aatmaja-pillai.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161080,"job_number":"JOB_161080","tr_customer_id":161097,"tr_customer_product_id":161087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Gandharv Kakkar","mobile_number":"8243123984","email_id":"devasree.ahluwalia@gmail.com","dop":"2026-01-10","serial_number":"382025809557037","imei1":"448316727715099","imei2":"621791457688913","popurl":"www.aanjaneya-kaur.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161079,"job_number":"JOB_161079","tr_customer_id":161096,"tr_customer_product_id":161086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Chitramala Khatri","mobile_number":"8245758400","email_id":"aayushman.asan@gmail.com","dop":"2026-01-10","serial_number":"854837178686404","imei1":"501824964184421","imei2":"199419399033522","popurl":"www.devagya-khan.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161077,"job_number":"JOB_161077","tr_customer_id":161094,"tr_customer_product_id":161084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:19:49.000Z","modified_at":"2026-01-20T07:19:49.000Z","name":"Aasha Chattopadhyay","mobile_number":"8244386810","email_id":"chidambaram.abbott@yahoo.co.in","dop":"2026-01-10","serial_number":"701435812065806","imei1":"870601558472481","imei2":"907034903300839","popurl":"www.jaimini-prajapat.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161068,"job_number":"JOB_161068","tr_customer_id":161085,"tr_customer_product_id":161075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:02:23.000Z","modified_at":"2026-01-20T07:02:23.000Z","name":"Chitrangada Agarwal","mobile_number":"8247673478","email_id":"preity.ahuja@gmail.com","dop":"2026-01-10","serial_number":"442020016601191","imei1":"951549174820034","imei2":"042541561336753","popurl":"www.chidambar-acharya.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T07:02:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160977,"job_number":"JOB_160977","tr_customer_id":160994,"tr_customer_product_id":160984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:57.000Z","modified_at":"2026-01-20T06:29:57.000Z","name":"Ankit Chauhan","mobile_number":"0490340923","email_id":"ankit@1323","dop":"2026-01-05","serial_number":"09000999993333333","imei1":"09000999993333333","imei2":"09000999993333333","popurl":"2026-01-05T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160948,"job_number":"JOB_160948","tr_customer_id":160965,"tr_customer_product_id":160955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Beverly Stehr","mobile_number":"769-277-1600","email_id":"Otha.Thiel@gmail.com","dop":"2025-06-09","serial_number":"104613489233422","imei1":"104613489233422","imei2":"104613489233422","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160946,"job_number":"JOB_160946","tr_customer_id":160963,"tr_customer_product_id":160953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105923743619202","imei1":"105923743619202","imei2":"105923743619202","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160945,"job_number":"JOB_160945","tr_customer_id":160962,"tr_customer_product_id":160952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:13.000Z","name":"Olaf Dooley","mobile_number":"683-445-2956","email_id":"Tatyana_Flatley74@gmail.com","dop":"2025-06-09","serial_number":"103305630085156","imei1":"103305630085156","imei2":"103305630085156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160943,"job_number":"JOB_160943","tr_customer_id":160960,"tr_customer_product_id":160950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:12.000Z","modified_at":"2026-01-20T06:21:12.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109054906445315","imei1":"109054906445315","imei2":"109054906445315","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160942,"job_number":"JOB_160942","tr_customer_id":160959,"tr_customer_product_id":160949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:54.000Z","modified_at":"2026-01-20T06:20:54.000Z","name":"Ramon Jones","mobile_number":"572-666-4773","email_id":"Drew.Strosin@hotmail.com","dop":"2025-06-09","serial_number":"38395881470173710","imei1":"38395881470173710","imei2":"38395881470173710","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160940,"job_number":"JOB_160940","tr_customer_id":160957,"tr_customer_product_id":160947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"Cindy Bailey","mobile_number":"210-459-8388","email_id":"Kathryne_Roob21@hotmail.com","dop":"2025-06-09","serial_number":"101646547184698","imei1":"101646547184698","imei2":"101646547184698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160937,"job_number":"JOB_160937","tr_customer_id":160954,"tr_customer_product_id":160944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:20:52.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104714562196200","imei1":"104714562196200","imei2":"104714562196200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T06:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160885,"job_number":"JOB_160885","tr_customer_id":160902,"tr_customer_product_id":160892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:13.000Z","modified_at":"2026-01-20T05:14:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10075447830889","imei1":"10075447830889","imei2":"10075447830889","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160883,"job_number":"JOB_160883","tr_customer_id":160900,"tr_customer_product_id":160890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:13:53.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18251643698232","imei1":"18251643698232","imei2":"18251643698232","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160881,"job_number":"JOB_160881","tr_customer_id":160898,"tr_customer_product_id":160888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:34.000Z","modified_at":"2026-01-20T05:13:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15903317403163","imei1":"15903317403163","imei2":"15903317403163","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160879,"job_number":"JOB_160879","tr_customer_id":160896,"tr_customer_product_id":160886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15473052953908","imei1":"15473052953908","imei2":"15473052953908","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160877,"job_number":"JOB_160877","tr_customer_id":160894,"tr_customer_product_id":160884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:04:07.000Z","modified_at":"2026-01-20T05:04:07.000Z","name":"Reva Streich","mobile_number":"363-768-1190","email_id":"Vena50@gmail.com","dop":"2025-10-01","serial_number":"17016336839408","imei1":"17016336839408","imei2":"17016336839408","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160871,"job_number":"JOB_160871","tr_customer_id":160888,"tr_customer_product_id":160878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:04.000Z","modified_at":"2026-01-20T05:00:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18627875311238","imei1":"18627875311238","imei2":"18627875311238","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T05:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160869,"job_number":"JOB_160869","tr_customer_id":160886,"tr_customer_product_id":160876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17208763023044","imei1":"17208763023044","imei2":"17208763023044","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160867,"job_number":"JOB_160867","tr_customer_id":160884,"tr_customer_product_id":160874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11803763180387","imei1":"11803763180387","imei2":"11803763180387","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160865,"job_number":"JOB_160865","tr_customer_id":160882,"tr_customer_product_id":160872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"15044267972229","imei1":"15044267972229","imei2":"15044267972229","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160861,"job_number":"JOB_160861","tr_customer_id":160878,"tr_customer_product_id":160868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:44.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17842215650464","imei1":"17842215650464","imei2":"17842215650464","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160859,"job_number":"JOB_160859","tr_customer_id":160876,"tr_customer_product_id":160866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:21.000Z","modified_at":"2026-01-20T04:58:21.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19316765229681","imei1":"19316765229681","imei2":"19316765229681","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160853,"job_number":"JOB_160853","tr_customer_id":160870,"tr_customer_product_id":160860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:51.000Z","modified_at":"2026-01-20T04:56:51.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12522932379991","imei1":"12522932379991","imei2":"12522932379991","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160851,"job_number":"JOB_160851","tr_customer_id":160868,"tr_customer_product_id":160858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:28.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12616041479942","imei1":"12616041479942","imei2":"12616041479942","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160847,"job_number":"JOB_160847","tr_customer_id":160864,"tr_customer_product_id":160854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14548086484934","imei1":"14548086484934","imei2":"14548086484934","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160841,"job_number":"JOB_160841","tr_customer_id":160858,"tr_customer_product_id":160848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:32.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10820675735135","imei1":"10820675735135","imei2":"10820675735135","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160839,"job_number":"JOB_160839","tr_customer_id":160856,"tr_customer_product_id":160846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:15.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10970753426560","imei1":"10970753426560","imei2":"10970753426560","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160837,"job_number":"JOB_160837","tr_customer_id":160854,"tr_customer_product_id":160844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:59.000Z","modified_at":"2026-01-20T04:47:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10718127316381","imei1":"10718127316381","imei2":"10718127316381","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160835,"job_number":"JOB_160835","tr_customer_id":160852,"tr_customer_product_id":160842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:42.000Z","modified_at":"2026-01-20T04:47:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14784809276562","imei1":"14784809276562","imei2":"14784809276562","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160833,"job_number":"JOB_160833","tr_customer_id":160850,"tr_customer_product_id":160840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:39.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19535743479158","imei1":"19535743479158","imei2":"19535743479158","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160821,"job_number":"JOB_160821","tr_customer_id":160838,"tr_customer_product_id":160828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13770558551649","imei1":"13770558551649","imei2":"13770558551649","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160813,"job_number":"JOB_160813","tr_customer_id":160830,"tr_customer_product_id":160820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13996000754620","imei1":"13996000754620","imei2":"13996000754620","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160808,"job_number":"JOB_160808","tr_customer_id":160825,"tr_customer_product_id":160815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17042121455112","imei1":"17042121455112","imei2":"17042121455112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T04:06:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160772,"job_number":"JOB_160772","tr_customer_id":160789,"tr_customer_product_id":160779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:58.000Z","modified_at":"2026-01-20T03:56:58.000Z","name":"Kristofer Metz","mobile_number":"842-252-0980","email_id":"Jamie.Simonis@hotmail.com","dop":"2025-06-09","serial_number":"108831312066035","imei1":"108831312066035","imei2":"108831312066035","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160770,"job_number":"JOB_160770","tr_customer_id":160787,"tr_customer_product_id":160777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:56:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100500046814431","imei1":"100500046814431","imei2":"100500046814431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160755,"job_number":"JOB_160755","tr_customer_id":160772,"tr_customer_product_id":160762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Lilla Schinner","mobile_number":"300-208-7033","email_id":"Damaris8@hotmail.com","dop":"2025-06-09","serial_number":"106521088558044","imei1":"106521088558044","imei2":"106521088558044","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160753,"job_number":"JOB_160753","tr_customer_id":160770,"tr_customer_product_id":160760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:39.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109325545065441","imei1":"109325545065441","imei2":"109325545065441","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160744,"job_number":"JOB_160744","tr_customer_id":160761,"tr_customer_product_id":160751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Amaya Steuber","mobile_number":"468-460-5264","email_id":"Justine76@yahoo.com","dop":"2025-06-09","serial_number":"101146315406474","imei1":"101146315406474","imei2":"101146315406474","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160741,"job_number":"JOB_160741","tr_customer_id":160758,"tr_customer_product_id":160748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:22.000Z","modified_at":"2026-01-20T03:56:22.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108918237799207","imei1":"108918237799207","imei2":"108918237799207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160698,"job_number":"JOB_160698","tr_customer_id":160715,"tr_customer_product_id":160705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Gerardo Pouros","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192299092482343","imei1":"192299092482343","imei2":"192299092482343","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160697,"job_number":"JOB_160697","tr_customer_id":160714,"tr_customer_product_id":160704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:33.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Ryleigh Pfeffer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171820116422249","imei1":"171820116422249","imei2":"171820116422249","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160696,"job_number":"JOB_160696","tr_customer_id":160713,"tr_customer_product_id":160703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Annamae Jerde","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"175745608084703","imei1":"175745608084703","imei2":"175745608084703","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160695,"job_number":"JOB_160695","tr_customer_id":160712,"tr_customer_product_id":160702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:32.000Z","modified_at":"2026-01-20T03:55:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178649836636407","imei1":"178649836636407","imei2":"178649836636407","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160673,"job_number":"JOB_160673","tr_customer_id":160690,"tr_customer_product_id":160680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:21.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Horacio Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113445824582084","imei1":"113445824582084","imei2":"113445824582084","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160671,"job_number":"JOB_160671","tr_customer_id":160688,"tr_customer_product_id":160678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Bria Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190032460462900","imei1":"190032460462900","imei2":"190032460462900","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160668,"job_number":"JOB_160668","tr_customer_id":160685,"tr_customer_product_id":160675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"Quentin Kulas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198354098026459","imei1":"198354098026459","imei2":"198354098026459","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160666,"job_number":"JOB_160666","tr_customer_id":160683,"tr_customer_product_id":160673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:20.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111881032588752","imei1":"111881032588752","imei2":"111881032588752","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160646,"job_number":"JOB_160646","tr_customer_id":160663,"tr_customer_product_id":160653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:59.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mariam_Kutch16@yahoo.com","dop":"2025-07-02","serial_number":"11770942632921","imei1":"11770942632921","imei2":"11770942632921","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160638,"job_number":"JOB_160638","tr_customer_id":160655,"tr_customer_product_id":160645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:54:42.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lyda_Daniel@hotmail.com","dop":"2025-07-02","serial_number":"18325527719191","imei1":"18325527719191","imei2":"18325527719191","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160617,"job_number":"JOB_160617","tr_customer_id":160634,"tr_customer_product_id":160624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:25.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alexis.Emmerich@gmail.com","dop":"2025-07-02","serial_number":"19348621782137","imei1":"19348621782137","imei2":"19348621782137","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160599,"job_number":"JOB_160599","tr_customer_id":160616,"tr_customer_product_id":160606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12982656867704","imei1":"12982656867704","imei2":"12982656867704","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160588,"job_number":"JOB_160588","tr_customer_id":160605,"tr_customer_product_id":160595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:22:01.000Z","modified_at":"2026-01-20T03:22:01.000Z","name":"Dagmar Fritsch","mobile_number":"741-521-5067","email_id":"Rocky.Conroy@hotmail.com","dop":"2025-11-09","serial_number":"35876260688420","imei1":"35876260688420","imei2":"35876260688420","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:22:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160587,"job_number":"JOB_160587","tr_customer_id":160604,"tr_customer_product_id":160594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:21:23.000Z","modified_at":"2026-01-20T03:21:23.000Z","name":"Marlin Conroy","mobile_number":"277-411-4189","email_id":"Elva_Towne5@hotmail.com","dop":"2025-11-09","serial_number":"36234832581138","imei1":"36234832581138","imei2":"36234832581138","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T03:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160575,"job_number":"JOB_160575","tr_customer_id":160592,"tr_customer_product_id":160582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:40.000Z","modified_at":"2026-01-20T01:50:40.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13596002235746","imei1":"13596002235746","imei2":"13596002235746","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T01:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160569,"job_number":"JOB_160569","tr_customer_id":160586,"tr_customer_product_id":160576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:55.000Z","modified_at":"2026-01-19T23:55:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elaina_Cormier8@gmail.com","dop":"2025-07-02","serial_number":"17825806088389","imei1":"17825806088389","imei2":"17825806088389","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160568,"job_number":"JOB_160568","tr_customer_id":160585,"tr_customer_product_id":160575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:55:51.000Z","modified_at":"2026-01-19T23:55:51.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Wilford.Kozey@hotmail.com","dop":"2025-07-02","serial_number":"11901896964544","imei1":"11901896964544","imei2":"11901896964544","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160564,"job_number":"JOB_160564","tr_customer_id":160581,"tr_customer_product_id":160571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T23:23:00.000Z","modified_at":"2026-01-19T23:23:00.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ryleigh.Kub@hotmail.com","dop":"2025-07-02","serial_number":"15659736430896","imei1":"15659736430896","imei2":"15659736430896","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T23:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160563,"job_number":"JOB_160563","tr_customer_id":160580,"tr_customer_product_id":160570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-19T21:28:18.000Z","modified_at":"2026-01-19T21:28:18.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Charity.Conn82@yahoo.com","dop":"2025-07-02","serial_number":"18919391268877","imei1":"18919391268877","imei2":"18919391268877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-19T21:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d8247a3-0ec7-4ff9-8e40-bb7c936aabbc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-MOeHRn49G0ZiAxW1LQlb4da2mek"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTZ9.yL72cINl97jTtb35PqgYlt9yIdicn6uJgG7EJ-1gk5s"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTZ9.yL72cINl97jTtb35PqgYlt9yIdicn6uJgG7EJ-1gk5s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 823fc1bc-a313-4c9c-ba30-98cf02d2fb54
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTZ9.yL72cINl97jTtb35PqgYlt9yIdicn6uJgG7EJ-1gk5s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6e8685df-2959-4e88-9831-039c014fe782
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-SD9yI33YqPjK8wwVo4LojkQJntY"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":182}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTZ9.yL72cINl97jTtb35PqgYlt9yIdicn6uJgG7EJ-1gk5s
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42437e8a-f688-4dbe-a20e-eb82ff7f79c8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c6-KRKNH7afOTA1X5DMN2FmgarC+nU"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":161103,"job_number":"JOB_161103","tr_customer_id":161120,"tr_customer_product_id":161110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:31.000Z","modified_at":"2026-01-20T07:47:35.000Z","name":"Charlotte Gutmann","mobile_number":"586-935-3353","email_id":"Alessandra.Schmeler@yahoo.com","dop":"2025-11-04","serial_number":"16436722384429","imei1":"16436722384429","imei2":"16436722384429","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T07:47:35.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTZ9.yL72cINl97jTtb35PqgYlt9yIdicn6uJgG7EJ-1gk5s
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 08947f3c-76a9-4e58-9cca-c6cc80fd0031
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 488ms
Mean size per request: 2.34KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTZ9.yL72cINl97jTtb35PqgYlt9yIdicn6uJgG7EJ-1gk5s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4442a6b4-0ebb-47c8-885e-f6f03fe6ccbf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"959-QNBhnYw/AkPtIsJEpFbuVJK2Tw0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161103,"job_number":"JOB_161103","tr_customer_id":161120,"tr_customer_product_id":161110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:31.000Z","modified_at":"2026-01-20T07:47:35.000Z","name":"Charlotte Gutmann","mobile_number":"586-935-3353","email_id":"Alessandra.Schmeler@yahoo.com","dop":"2025-11-04","serial_number":"16436722384429","imei1":"16436722384429","imei2":"16436722384429","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T07:47:35.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":161103,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-20T07:47:31.000Z"}],"quatations":[]},{"id":160922,"job_number":"JOB_160922","tr_customer_id":160939,"tr_customer_product_id":160929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:41.000Z","modified_at":"2026-01-20T06:02:49.000Z","name":"Test 20012026","mobile_number":"8956465651","email_id":"test@gmail.com","dop":"2025-11-30","serial_number":"78944564555654","imei1":"78944564555654","imei2":"78944564555654","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-20T06:02:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":160922,"remark":"Apps are opening slowly","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-20T05:58:41.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTZ9.yL72cINl97jTtb35PqgYlt9yIdicn6uJgG7EJ-1gk5s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2422f57c-a0ed-4b37-8ab4-a6f6566312a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNTZ9.yL72cINl97jTtb35PqgYlt9yIdicn6uJgG7EJ-1gk5s
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 123f5fe1-1321-4ea6-9f3e-8697f69efab1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":161103,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 535007f7-aabb-418f-9443-d931895ce5e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-XzF1SGjyGDoJGnzc/eoIpSMIaUk"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI1OH0.LuBwJLz3sjGrIblVYNAoWP-kmZ5wcdo6M0tsafLLf44"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI1OH0.LuBwJLz3sjGrIblVYNAoWP-kmZ5wcdo6M0tsafLLf44
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1cec8d5d-077c-4d6a-9c25-9ba41ee424a8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI1OH0.LuBwJLz3sjGrIblVYNAoWP-kmZ5wcdo6M0tsafLLf44
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8e3348b4-5ed6-4e0d-9779-013e65dcbbfc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-BNaiUPJ3mQKptfPwkSzpB35WUM8"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":181},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI1OH0.LuBwJLz3sjGrIblVYNAoWP-kmZ5wcdo6M0tsafLLf44
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 91362ffc-3b14-4a45-815b-7545fcf33efa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 309ms
Mean size per request: 175.13KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI1OH0.LuBwJLz3sjGrIblVYNAoWP-kmZ5wcdo6M0tsafLLf44
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7d77849c-17d5-4895-a240-276d60b2ea3a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2bc89-HjzIwFiT8b/K5+4M54KDOdeDRpA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":161099,"job_number":"JOB_161099","tr_customer_id":161116,"tr_customer_product_id":161106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:44.000Z","modified_at":"2026-01-20T07:47:25.000Z","name":"Georgianna Blanda","mobile_number":"588-973-9892","email_id":"Bobbie99@yahoo.com","dop":"2025-04-06","serial_number":"17523250104591","imei1":"17523250104591","imei2":"17523250104591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161075,"job_number":"JOB_161075","tr_customer_id":161092,"tr_customer_product_id":161082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:06:12.000Z","modified_at":"2026-01-20T07:06:52.000Z","name":"Durward Rodriguez","mobile_number":"477-669-0599","email_id":"Jakob.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18465852724682","imei1":"18465852724682","imei2":"18465852724682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161073,"job_number":"JOB_161073","tr_customer_id":161090,"tr_customer_product_id":161080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:05:24.000Z","modified_at":"2026-01-20T07:06:04.000Z","name":"Sylvan Jerde","mobile_number":"714-207-6248","email_id":"Nadia_Feeney98@yahoo.com","dop":"2025-04-06","serial_number":"13334146092861","imei1":"13334146092861","imei2":"13334146092861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161071,"job_number":"JOB_161071","tr_customer_id":161088,"tr_customer_product_id":161078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:36.000Z","modified_at":"2026-01-20T07:05:17.000Z","name":"Nick Krajcik","mobile_number":"502-841-0852","email_id":"Marianne_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"16671586047956","imei1":"16671586047956","imei2":"16671586047956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161069,"job_number":"JOB_161069","tr_customer_id":161086,"tr_customer_product_id":161076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:04:05.000Z","modified_at":"2026-01-20T07:04:44.000Z","name":"Malcolm Spinka","mobile_number":"568-232-2476","email_id":"Fausto_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"18596294703540","imei1":"18596294703540","imei2":"18596294703540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161065,"job_number":"JOB_161065","tr_customer_id":161082,"tr_customer_product_id":161072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:51:27.000Z","modified_at":"2026-01-20T06:52:10.000Z","name":"Lucile Greenfelder","mobile_number":"252-551-6225","email_id":"Brisa.Lind15@hotmail.com","dop":"2025-04-06","serial_number":"15826904670288","imei1":"15826904670288","imei2":"15826904670288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161062,"job_number":"JOB_161062","tr_customer_id":161079,"tr_customer_product_id":161069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:50:35.000Z","modified_at":"2026-01-20T06:51:18.000Z","name":"Kendrick Mitchell","mobile_number":"836-399-2145","email_id":"Ellsworth38@gmail.com","dop":"2025-04-06","serial_number":"14974711835673","imei1":"14974711835673","imei2":"14974711835673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161058,"job_number":"JOB_161058","tr_customer_id":161075,"tr_customer_product_id":161065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:50.000Z","modified_at":"2026-01-20T06:50:37.000Z","name":"Flossie Russel","mobile_number":"788-564-9689","email_id":"Eden62@gmail.com","dop":"2025-04-06","serial_number":"18987473383927","imei1":"18987473383927","imei2":"18987473383927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161056,"job_number":"JOB_161056","tr_customer_id":161073,"tr_customer_product_id":161063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:49:43.000Z","modified_at":"2026-01-20T06:50:27.000Z","name":"Amira Mills","mobile_number":"287-628-4398","email_id":"Paxton_Gulgowski17@hotmail.com","dop":"2025-04-06","serial_number":"14332171312563","imei1":"14332171312563","imei2":"14332171312563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161053,"job_number":"JOB_161053","tr_customer_id":161070,"tr_customer_product_id":161060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:23.000Z","modified_at":"2026-01-20T06:46:07.000Z","name":"Mara Jacobson","mobile_number":"565-420-3305","email_id":"Raquel92@hotmail.com","dop":"2025-04-06","serial_number":"16913593555369","imei1":"16913593555369","imei2":"16913593555369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161051,"job_number":"JOB_161051","tr_customer_id":161068,"tr_customer_product_id":161058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:45:08.000Z","modified_at":"2026-01-20T06:45:51.000Z","name":"Gus Jacobs","mobile_number":"480-225-2957","email_id":"Amya58@yahoo.com","dop":"2025-04-06","serial_number":"10344026741304","imei1":"10344026741304","imei2":"10344026741304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161048,"job_number":"JOB_161048","tr_customer_id":161065,"tr_customer_product_id":161055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:27.000Z","modified_at":"2026-01-20T06:45:05.000Z","name":"Jarrell O'Reilly","mobile_number":"257-211-0848","email_id":"Jerel75@gmail.com","dop":"2025-04-06","serial_number":"12485721464309","imei1":"12485721464309","imei2":"12485721464309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161046,"job_number":"JOB_161046","tr_customer_id":161063,"tr_customer_product_id":161053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:22.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Lavon Kessler","mobile_number":"361-482-2191","email_id":"Viola.Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"10513131621022","imei1":"10513131621022","imei2":"10513131621022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161043,"job_number":"JOB_161043","tr_customer_id":161060,"tr_customer_product_id":161050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:44:18.000Z","modified_at":"2026-01-20T06:45:00.000Z","name":"Granville Gislason","mobile_number":"383-631-7724","email_id":"Laurine5@yahoo.com","dop":"2025-04-06","serial_number":"10317495453205","imei1":"10317495453205","imei2":"10317495453205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161040,"job_number":"JOB_161040","tr_customer_id":161057,"tr_customer_product_id":161047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:37.000Z","modified_at":"2026-01-20T06:44:15.000Z","name":"Darryl Hilll","mobile_number":"952-771-5601","email_id":"Jerrell.Bruen12@yahoo.com","dop":"2025-04-06","serial_number":"10382276496605","imei1":"10382276496605","imei2":"10382276496605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161036,"job_number":"JOB_161036","tr_customer_id":161053,"tr_customer_product_id":161043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:43:29.000Z","modified_at":"2026-01-20T06:44:10.000Z","name":"Damion Corkery","mobile_number":"693-963-1163","email_id":"Rogelio11@gmail.com","dop":"2025-04-06","serial_number":"19002195293440","imei1":"19002195293440","imei2":"19002195293440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161033,"job_number":"JOB_161033","tr_customer_id":161050,"tr_customer_product_id":161040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:42:51.000Z","modified_at":"2026-01-20T06:43:29.000Z","name":"Newell Trantow","mobile_number":"734-822-7316","email_id":"Carey99@gmail.com","dop":"2025-04-06","serial_number":"15331183534878","imei1":"15331183534878","imei2":"15331183534878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161029,"job_number":"JOB_161029","tr_customer_id":161046,"tr_customer_product_id":161036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:39:14.000Z","modified_at":"2026-01-20T06:39:52.000Z","name":"Jameson Schumm","mobile_number":"747-310-1122","email_id":"Lupe_King44@hotmail.com","dop":"2025-04-06","serial_number":"12466296560606","imei1":"12466296560606","imei2":"12466296560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161023,"job_number":"JOB_161023","tr_customer_id":161040,"tr_customer_product_id":161030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:28.000Z","modified_at":"2026-01-20T06:39:06.000Z","name":"Vergie Considine","mobile_number":"486-428-4848","email_id":"Eula.Nitzsche62@hotmail.com","dop":"2025-04-06","serial_number":"11824231509787","imei1":"11824231509787","imei2":"11824231509787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161020,"job_number":"JOB_161020","tr_customer_id":161037,"tr_customer_product_id":161027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:09.000Z","modified_at":"2026-01-20T06:38:56.000Z","name":"Sister Harber","mobile_number":"729-849-7940","email_id":"Laurel.Schuster49@gmail.com","dop":"2025-04-06","serial_number":"10688829553303","imei1":"10688829553303","imei2":"10688829553303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161014,"job_number":"JOB_161014","tr_customer_id":161031,"tr_customer_product_id":161021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:43.000Z","modified_at":"2026-01-20T06:38:21.000Z","name":"Leta Moen","mobile_number":"791-978-1410","email_id":"Charlie.Kihn@hotmail.com","dop":"2025-04-06","serial_number":"13077663256895","imei1":"13077663256895","imei2":"13077663256895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161009,"job_number":"JOB_161009","tr_customer_id":161026,"tr_customer_product_id":161016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:13.000Z","modified_at":"2026-01-20T06:38:00.000Z","name":"Ryley O'Hara","mobile_number":"621-672-4793","email_id":"Gavin.Hamill48@gmail.com","dop":"2025-04-06","serial_number":"19447333116384","imei1":"19447333116384","imei2":"19447333116384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160998,"job_number":"JOB_160998","tr_customer_id":161015,"tr_customer_product_id":161005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:16.000Z","modified_at":"2026-01-20T06:37:04.000Z","name":"Carmel Cruickshank","mobile_number":"325-584-3015","email_id":"Sadye_Steuber87@gmail.com","dop":"2025-04-06","serial_number":"12970918002180","imei1":"12970918002180","imei2":"12970918002180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160993,"job_number":"JOB_160993","tr_customer_id":161010,"tr_customer_product_id":161000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:35:29.000Z","modified_at":"2026-01-20T06:36:16.000Z","name":"Reese Reinger","mobile_number":"624-738-4751","email_id":"Julio94@hotmail.com","dop":"2025-04-06","serial_number":"19185796710184","imei1":"19185796710184","imei2":"19185796710184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160991,"job_number":"JOB_160991","tr_customer_id":161008,"tr_customer_product_id":160998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:32:42.000Z","modified_at":"2026-01-20T06:33:24.000Z","name":"Sedrick Howell","mobile_number":"638-624-0780","email_id":"Leopoldo_Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"11690173158295","imei1":"11690173158295","imei2":"11690173158295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160988,"job_number":"JOB_160988","tr_customer_id":161005,"tr_customer_product_id":160995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:52.000Z","modified_at":"2026-01-20T06:32:34.000Z","name":"Elvera Daniel","mobile_number":"387-804-6113","email_id":"Cullen_Shanahan86@hotmail.com","dop":"2025-04-06","serial_number":"14277294902585","imei1":"14277294902585","imei2":"14277294902585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160983,"job_number":"JOB_160983","tr_customer_id":161000,"tr_customer_product_id":160990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:01.000Z","modified_at":"2026-01-20T06:31:43.000Z","name":"Horacio Howe","mobile_number":"776-538-5361","email_id":"Ocie.Will42@hotmail.com","dop":"2025-04-06","serial_number":"18229187004120","imei1":"18229187004120","imei2":"18229187004120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160979,"job_number":"JOB_160979","tr_customer_id":160996,"tr_customer_product_id":160986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:20.000Z","modified_at":"2026-01-20T06:31:07.000Z","name":"Holden Wuckert","mobile_number":"257-995-3094","email_id":"Tristin.Rau1@hotmail.com","dop":"2025-04-06","serial_number":"17444730596904","imei1":"17444730596904","imei2":"17444730596904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160975,"job_number":"JOB_160975","tr_customer_id":160992,"tr_customer_product_id":160982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:29:24.000Z","modified_at":"2026-01-20T06:30:11.000Z","name":"Julius Cremin","mobile_number":"504-933-4274","email_id":"Elza.Klein@hotmail.com","dop":"2025-04-06","serial_number":"18806580934662","imei1":"18806580934662","imei2":"18806580934662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160972,"job_number":"JOB_160972","tr_customer_id":160989,"tr_customer_product_id":160979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:28:28.000Z","modified_at":"2026-01-20T06:29:15.000Z","name":"Consuelo D'Amore","mobile_number":"361-436-6251","email_id":"Lavada_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"14712879301723","imei1":"14712879301723","imei2":"14712879301723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160968,"job_number":"JOB_160968","tr_customer_id":160985,"tr_customer_product_id":160975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:27:15.000Z","modified_at":"2026-01-20T06:27:59.000Z","name":"Precious Bergstrom","mobile_number":"377-912-7115","email_id":"Penelope_Schmeler88@hotmail.com","dop":"2025-04-06","serial_number":"16350137461194","imei1":"16350137461194","imei2":"16350137461194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160965,"job_number":"JOB_160965","tr_customer_id":160982,"tr_customer_product_id":160972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:26:23.000Z","modified_at":"2026-01-20T06:27:07.000Z","name":"Kayden O'Keefe","mobile_number":"921-986-0534","email_id":"Adolphus_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14528372872197","imei1":"14528372872197","imei2":"14528372872197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160961,"job_number":"JOB_160961","tr_customer_id":160978,"tr_customer_product_id":160968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:25:31.000Z","modified_at":"2026-01-20T06:26:15.000Z","name":"Aimee Keeling","mobile_number":"435-863-7570","email_id":"Helmer78@yahoo.com","dop":"2025-04-06","serial_number":"16942125953565","imei1":"16942125953565","imei2":"16942125953565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160958,"job_number":"JOB_160958","tr_customer_id":160975,"tr_customer_product_id":160965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:24:38.000Z","modified_at":"2026-01-20T06:25:19.000Z","name":"Donavon Rutherford","mobile_number":"297-528-6767","email_id":"Laurel96@gmail.com","dop":"2025-06-18","serial_number":"10060455463642","imei1":"10060455463642","imei2":"10060455463642","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160955,"job_number":"JOB_160955","tr_customer_id":160972,"tr_customer_product_id":160962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:50.000Z","modified_at":"2026-01-20T06:24:31.000Z","name":"Lyla Hilpert","mobile_number":"441-604-5984","email_id":"Murl_OKon51@hotmail.com","dop":"2025-06-18","serial_number":"10195039073993","imei1":"10195039073993","imei2":"10195039073993","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160950,"job_number":"JOB_160950","tr_customer_id":160967,"tr_customer_product_id":160957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:37.000Z","modified_at":"2026-01-20T06:22:15.000Z","name":"Daisy Torp","mobile_number":"624-321-5346","email_id":"Catherine86@hotmail.com","dop":"2025-04-06","serial_number":"13771357377253","imei1":"13771357377253","imei2":"13771357377253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160938,"job_number":"JOB_160938","tr_customer_id":160955,"tr_customer_product_id":160945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:30.000Z","name":"Edgar Schiller","mobile_number":"595-720-0133","email_id":"Shirley.Miller3@hotmail.com","dop":"2025-04-06","serial_number":"13516181343173","imei1":"13516181343173","imei2":"13516181343173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160934,"job_number":"JOB_160934","tr_customer_id":160951,"tr_customer_product_id":160941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:06.000Z","modified_at":"2026-01-20T06:20:44.000Z","name":"Hal Raynor","mobile_number":"830-629-5868","email_id":"Elmore_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"11763153772664","imei1":"11763153772664","imei2":"11763153772664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160920,"job_number":"JOB_160920","tr_customer_id":160937,"tr_customer_product_id":160927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:58:27.000Z","modified_at":"2026-01-20T05:59:06.000Z","name":"Penelope Padberg","mobile_number":"331-994-5305","email_id":"Carson73@gmail.com","dop":"2025-04-06","serial_number":"18648853049040","imei1":"18648853049040","imei2":"18648853049040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160917,"job_number":"JOB_160917","tr_customer_id":160934,"tr_customer_product_id":160924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:57:39.000Z","modified_at":"2026-01-20T05:58:19.000Z","name":"Cara Mills","mobile_number":"551-424-5734","email_id":"Elsa.Bashirian@gmail.com","dop":"2025-04-06","serial_number":"10385527754579","imei1":"10385527754579","imei2":"10385527754579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160914,"job_number":"JOB_160914","tr_customer_id":160931,"tr_customer_product_id":160921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:56:51.000Z","modified_at":"2026-01-20T05:57:31.000Z","name":"Ruby Swaniawski","mobile_number":"591-742-3748","email_id":"Nicolas21@hotmail.com","dop":"2025-04-06","serial_number":"15125482433876","imei1":"15125482433876","imei2":"15125482433876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160909,"job_number":"JOB_160909","tr_customer_id":160926,"tr_customer_product_id":160916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:56.000Z","modified_at":"2026-01-20T05:44:00.000Z","name":"Lexie O'Reilly","mobile_number":"326-442-5784","email_id":"Cristal.McKenzie39@hotmail.com","dop":"2025-04-13","serial_number":"10938580167605","imei1":"10938580167605","imei2":"10938580167605","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160906,"job_number":"JOB_160906","tr_customer_id":160923,"tr_customer_product_id":160913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:51.000Z","modified_at":"2026-01-20T05:43:55.000Z","name":"Buford Jacobs","mobile_number":"841-424-9354","email_id":"Ruthie.Terry@yahoo.com","dop":"2025-04-13","serial_number":"10411803993723","imei1":"10411803993723","imei2":"10411803993723","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160903,"job_number":"JOB_160903","tr_customer_id":160920,"tr_customer_product_id":160910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:43:45.000Z","modified_at":"2026-01-20T05:43:50.000Z","name":"Brant Dickinson","mobile_number":"915-896-4985","email_id":"Bella.Schmidt@yahoo.com","dop":"2025-04-13","serial_number":"10919908868526","imei1":"10919908868526","imei2":"10919908868526","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160897,"job_number":"JOB_160897","tr_customer_id":160914,"tr_customer_product_id":160904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:21:30.000Z","modified_at":"2026-01-20T05:22:11.000Z","name":"Jazmin Grimes","mobile_number":"729-284-3158","email_id":"Carli_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"14970965690048","imei1":"14970965690048","imei2":"14970965690048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:22:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160893,"job_number":"JOB_160893","tr_customer_id":160910,"tr_customer_product_id":160900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:20:41.000Z","modified_at":"2026-01-20T05:21:22.000Z","name":"Yvonne Anderson","mobile_number":"432-290-1991","email_id":"Sydnee.Hansen@gmail.com","dop":"2025-04-06","serial_number":"13875356421511","imei1":"13875356421511","imei2":"13875356421511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160890,"job_number":"JOB_160890","tr_customer_id":160907,"tr_customer_product_id":160897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:19:53.000Z","modified_at":"2026-01-20T05:20:33.000Z","name":"Nickolas Feest","mobile_number":"289-745-3429","email_id":"Caden_Brekke79@hotmail.com","dop":"2025-04-06","serial_number":"16975907232226","imei1":"16975907232226","imei2":"16975907232226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160888,"job_number":"JOB_160888","tr_customer_id":160905,"tr_customer_product_id":160895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:18:31.000Z","modified_at":"2026-01-20T05:18:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12890590944132","imei2":"12890590944132","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160875,"job_number":"JOB_160875","tr_customer_id":160892,"tr_customer_product_id":160882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:38.000Z","modified_at":"2026-01-20T05:02:18.000Z","name":"Hermina Hegmann","mobile_number":"234-629-1542","email_id":"Piper76@yahoo.com","dop":"2025-04-06","serial_number":"10480872435763","imei1":"10480872435763","imei2":"10480872435763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160873,"job_number":"JOB_160873","tr_customer_id":160890,"tr_customer_product_id":160880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:01:19.000Z","modified_at":"2026-01-20T05:01:56.000Z","name":"Edd Boehm","mobile_number":"446-942-2805","email_id":"Keira39@yahoo.com","dop":"2025-04-06","serial_number":"14826931466475","imei1":"14826931466475","imei2":"14826931466475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160863,"job_number":"JOB_160863","tr_customer_id":160880,"tr_customer_product_id":160870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:53.000Z","modified_at":"2026-01-20T04:59:30.000Z","name":"Alford Champlin","mobile_number":"655-837-4377","email_id":"Zakary_Bergnaum@gmail.com","dop":"2025-04-06","serial_number":"17720588465527","imei1":"17720588465527","imei2":"17720588465527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160857,"job_number":"JOB_160857","tr_customer_id":160874,"tr_customer_product_id":160864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:08.000Z","modified_at":"2026-01-20T04:58:46.000Z","name":"Kariane Effertz","mobile_number":"986-439-5531","email_id":"Stella.Friesen48@yahoo.com","dop":"2025-04-06","serial_number":"19234058064546","imei1":"19234058064546","imei2":"19234058064546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160855,"job_number":"JOB_160855","tr_customer_id":160872,"tr_customer_product_id":160862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:57:24.000Z","modified_at":"2026-01-20T04:58:01.000Z","name":"Grady Swaniawski","mobile_number":"795-392-3370","email_id":"Edyth.Kuhn@gmail.com","dop":"2025-04-06","serial_number":"13049590270596","imei1":"13049590270596","imei2":"13049590270596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160849,"job_number":"JOB_160849","tr_customer_id":160866,"tr_customer_product_id":160856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:26.000Z","modified_at":"2026-01-20T04:57:02.000Z","name":"Roxane Bartell","mobile_number":"797-336-5666","email_id":"Johan_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13344840822453","imei1":"13344840822453","imei2":"13344840822453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160846,"job_number":"JOB_160846","tr_customer_id":160863,"tr_customer_product_id":160853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:47.000Z","modified_at":"2026-01-20T04:51:58.000Z","name":"Bryana Cremin","mobile_number":"842-430-0484","email_id":"Colton15@yahoo.com","dop":"2025-07-01","serial_number":"106832387946610","imei1":"106832387946610","imei2":"106832387946610","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160844,"job_number":"JOB_160844","tr_customer_id":160861,"tr_customer_product_id":160851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:33.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"Wava Corwin","mobile_number":"687-351-2568","email_id":"Mercedes94@hotmail.com","dop":"2025-07-01","serial_number":"102200459205321","imei1":"102200459205321","imei2":"102200459205321","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160830,"job_number":"JOB_160830","tr_customer_id":160847,"tr_customer_product_id":160837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:41:04.000Z","modified_at":"2026-01-20T04:41:43.000Z","name":"Libbie Towne","mobile_number":"633-850-5997","email_id":"Aaliyah.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"18125799178141","imei1":"18125799178141","imei2":"18125799178141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160826,"job_number":"JOB_160826","tr_customer_id":160843,"tr_customer_product_id":160833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:40:17.000Z","modified_at":"2026-01-20T04:40:56.000Z","name":"Laura Muller","mobile_number":"298-335-3467","email_id":"Willy.Cruickshank67@gmail.com","dop":"2025-04-06","serial_number":"11683872509060","imei1":"11683872509060","imei2":"11683872509060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160823,"job_number":"JOB_160823","tr_customer_id":160840,"tr_customer_product_id":160830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:39:30.000Z","modified_at":"2026-01-20T04:40:09.000Z","name":"Randi Will","mobile_number":"624-542-6784","email_id":"Sam_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"18701073074735","imei1":"18701073074735","imei2":"18701073074735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160818,"job_number":"JOB_160818","tr_customer_id":160835,"tr_customer_product_id":160825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:59.000Z","modified_at":"2026-01-20T04:09:35.000Z","name":"Ayden Boyer","mobile_number":"594-583-4014","email_id":"Dayna.Miller62@hotmail.com","dop":"2025-04-06","serial_number":"13032083626178","imei1":"13032083626178","imei2":"13032083626178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:09:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160815,"job_number":"JOB_160815","tr_customer_id":160832,"tr_customer_product_id":160822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:17.000Z","modified_at":"2026-01-20T04:08:52.000Z","name":"Eliza Schmeler","mobile_number":"823-407-8181","email_id":"Alvera_Pfeffer17@gmail.com","dop":"2025-04-06","serial_number":"13233958587184","imei1":"13233958587184","imei2":"13233958587184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160810,"job_number":"JOB_160810","tr_customer_id":160827,"tr_customer_product_id":160817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:07:34.000Z","modified_at":"2026-01-20T04:08:09.000Z","name":"Nathaniel Ernser","mobile_number":"861-950-4820","email_id":"Parker5@hotmail.com","dop":"2025-04-06","serial_number":"13457062170679","imei1":"13457062170679","imei2":"13457062170679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160784,"job_number":"JOB_160784","tr_customer_id":160801,"tr_customer_product_id":160791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:38.000Z","modified_at":"2026-01-20T03:58:18.000Z","name":"Nash Littel","mobile_number":"473-973-2490","email_id":"Gretchen.OHara@hotmail.com","dop":"2025-04-06","serial_number":"15692227490891","imei1":"15692227490891","imei2":"15692227490891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160781,"job_number":"JOB_160781","tr_customer_id":160798,"tr_customer_product_id":160788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:27.000Z","modified_at":"2026-01-20T03:58:06.000Z","name":"Andres McGlynn","mobile_number":"264-358-0056","email_id":"Kasandra.Kub@gmail.com","dop":"2025-04-06","serial_number":"12088931013405","imei1":"12088931013405","imei2":"12088931013405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160775,"job_number":"JOB_160775","tr_customer_id":160792,"tr_customer_product_id":160782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:04.000Z","modified_at":"2026-01-20T03:57:43.000Z","name":"Jerrod Dicki","mobile_number":"620-883-5824","email_id":"Veda31@yahoo.com","dop":"2025-04-06","serial_number":"13038394919944","imei1":"13038394919944","imei2":"13038394919944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160769,"job_number":"JOB_160769","tr_customer_id":160786,"tr_customer_product_id":160776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:34.000Z","name":"Kristy Kreiger","mobile_number":"805-994-4685","email_id":"Roslyn.Goyette41@hotmail.com","dop":"2025-04-06","serial_number":"10126326828087","imei1":"10126326828087","imei2":"10126326828087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160766,"job_number":"JOB_160766","tr_customer_id":160783,"tr_customer_product_id":160773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:53.000Z","modified_at":"2026-01-20T03:57:29.000Z","name":"Judah Kutch","mobile_number":"999-986-2344","email_id":"Tiana.Konopelski55@gmail.com","dop":"2025-04-06","serial_number":"15209123563786","imei1":"15209123563786","imei2":"15209123563786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160763,"job_number":"JOB_160763","tr_customer_id":160780,"tr_customer_product_id":160770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:51.000Z","modified_at":"2026-01-20T03:57:30.000Z","name":"King Will","mobile_number":"653-962-2519","email_id":"Lorena.Turcotte1@yahoo.com","dop":"2025-04-06","serial_number":"13117945906486","imei1":"13117945906486","imei2":"13117945906486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160760,"job_number":"JOB_160760","tr_customer_id":160777,"tr_customer_product_id":160767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:47.000Z","modified_at":"2026-01-20T03:57:23.000Z","name":"Herbert Rempel","mobile_number":"686-684-7147","email_id":"Reyes.Feest@hotmail.com","dop":"2025-04-06","serial_number":"17670329307600","imei1":"17670329307600","imei2":"17670329307600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160757,"job_number":"JOB_160757","tr_customer_id":160774,"tr_customer_product_id":160764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:41.000Z","modified_at":"2026-01-20T03:57:20.000Z","name":"Cora Prohaska","mobile_number":"283-709-1448","email_id":"Randal.Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"16405583146411","imei1":"16405583146411","imei2":"16405583146411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160748,"job_number":"JOB_160748","tr_customer_id":160765,"tr_customer_product_id":160755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:34.000Z","modified_at":"2026-01-20T03:57:12.000Z","name":"Rhea Bauch","mobile_number":"211-598-4665","email_id":"Angelo66@yahoo.com","dop":"2025-04-06","serial_number":"10718462983702","imei1":"10718462983702","imei2":"10718462983702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160745,"job_number":"JOB_160745","tr_customer_id":160762,"tr_customer_product_id":160752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:57:00.000Z","name":"Earlene Hammes","mobile_number":"248-577-1211","email_id":"Dedrick82@yahoo.com","dop":"2025-04-06","serial_number":"17142493669550","imei1":"17142493669550","imei2":"17142493669550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160739,"job_number":"JOB_160739","tr_customer_id":160756,"tr_customer_product_id":160746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:17.000Z","modified_at":"2026-01-20T03:56:56.000Z","name":"Mohammed Ankunding","mobile_number":"327-564-6405","email_id":"Destiney29@hotmail.com","dop":"2025-04-06","serial_number":"11690601597572","imei1":"11690601597572","imei2":"11690601597572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160736,"job_number":"JOB_160736","tr_customer_id":160753,"tr_customer_product_id":160743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:15.000Z","modified_at":"2026-01-20T03:56:55.000Z","name":"Kim Runolfsdottir","mobile_number":"315-581-7202","email_id":"Everett.Schneider@gmail.com","dop":"2025-04-06","serial_number":"15677350756379","imei1":"15677350756379","imei2":"15677350756379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160733,"job_number":"JOB_160733","tr_customer_id":160750,"tr_customer_product_id":160740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:13.000Z","modified_at":"2026-01-20T03:56:49.000Z","name":"Lisa Bashirian","mobile_number":"436-522-8754","email_id":"Carmella_Hyatt@gmail.com","dop":"2025-04-06","serial_number":"11473846792107","imei1":"11473846792107","imei2":"11473846792107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160730,"job_number":"JOB_160730","tr_customer_id":160747,"tr_customer_product_id":160737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:10.000Z","modified_at":"2026-01-20T03:56:48.000Z","name":"Liana Braun","mobile_number":"646-490-4954","email_id":"Napoleon.Heidenreich@yahoo.com","dop":"2025-04-06","serial_number":"12607378648273","imei1":"12607378648273","imei2":"12607378648273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160726,"job_number":"JOB_160726","tr_customer_id":160743,"tr_customer_product_id":160733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:09.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Maeve Kub","mobile_number":"952-428-3529","email_id":"Shyanne75@hotmail.com","dop":"2025-04-06","serial_number":"14051310007614","imei1":"14051310007614","imei2":"14051310007614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160724,"job_number":"JOB_160724","tr_customer_id":160741,"tr_customer_product_id":160731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:08.000Z","modified_at":"2026-01-20T03:56:45.000Z","name":"Patricia Moen","mobile_number":"402-254-4415","email_id":"Tierra_Bahringer@yahoo.com","dop":"2025-04-06","serial_number":"10950885956249","imei1":"10950885956249","imei2":"10950885956249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160720,"job_number":"JOB_160720","tr_customer_id":160737,"tr_customer_product_id":160727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:43.000Z","name":"Fermin Rice","mobile_number":"351-995-0001","email_id":"Simone.White89@gmail.com","dop":"2025-04-06","serial_number":"11025084105654","imei1":"11025084105654","imei2":"11025084105654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160717,"job_number":"JOB_160717","tr_customer_id":160734,"tr_customer_product_id":160725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:03.000Z","modified_at":"2026-01-20T03:56:39.000Z","name":"Jo Macejkovic","mobile_number":"294-947-2038","email_id":"Diamond98@gmail.com","dop":"2025-04-06","serial_number":"12647755358697","imei1":"12647755358697","imei2":"12647755358697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160715,"job_number":"JOB_160715","tr_customer_id":160732,"tr_customer_product_id":160722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:02.000Z","modified_at":"2026-01-20T03:56:40.000Z","name":"Berneice Prosacco","mobile_number":"333-211-3560","email_id":"Iva55@yahoo.com","dop":"2025-04-06","serial_number":"13665050706045","imei1":"13665050706045","imei2":"13665050706045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160712,"job_number":"JOB_160712","tr_customer_id":160729,"tr_customer_product_id":160719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:55.000Z","modified_at":"2026-01-20T03:56:33.000Z","name":"Gaston Dooley","mobile_number":"716-276-4528","email_id":"Trever_Kilback@yahoo.com","dop":"2025-04-06","serial_number":"17490890061274","imei1":"17490890061274","imei2":"17490890061274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160705,"job_number":"JOB_160705","tr_customer_id":160722,"tr_customer_product_id":160712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:26.000Z","name":"Max Okuneva","mobile_number":"246-784-6521","email_id":"Evans_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"18795002889225","imei1":"18795002889225","imei2":"18795002889225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160703,"job_number":"JOB_160703","tr_customer_id":160720,"tr_customer_product_id":160710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:48.000Z","modified_at":"2026-01-20T03:56:23.000Z","name":"Lilla Rutherford","mobile_number":"842-485-7828","email_id":"Madison.Leannon41@gmail.com","dop":"2025-04-06","serial_number":"10154078461907","imei1":"10154078461907","imei2":"10154078461907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160700,"job_number":"JOB_160700","tr_customer_id":160717,"tr_customer_product_id":160707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:38.000Z","modified_at":"2026-01-20T03:56:16.000Z","name":"Justen Hackett","mobile_number":"525-944-5751","email_id":"Rebecca_Cronin@yahoo.com","dop":"2025-04-06","serial_number":"18267887069268","imei1":"18267887069268","imei2":"18267887069268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160693,"job_number":"JOB_160693","tr_customer_id":160710,"tr_customer_product_id":160700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:30.000Z","modified_at":"2026-01-20T03:56:09.000Z","name":"Dustin Wisozk","mobile_number":"852-805-9850","email_id":"Merl67@yahoo.com","dop":"2025-04-06","serial_number":"16975628273767","imei1":"16975628273767","imei2":"16975628273767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160689,"job_number":"JOB_160689","tr_customer_id":160706,"tr_customer_product_id":160696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:08.000Z","name":"Daren Steuber","mobile_number":"811-725-0076","email_id":"Catharine_Yundt9@hotmail.com","dop":"2025-04-06","serial_number":"16115333959507","imei1":"16115333959507","imei2":"16115333959507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160687,"job_number":"JOB_160687","tr_customer_id":160704,"tr_customer_product_id":160694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:28.000Z","modified_at":"2026-01-20T03:56:05.000Z","name":"Jett Kilback","mobile_number":"947-512-7579","email_id":"Alexzander0@hotmail.com","dop":"2025-04-06","serial_number":"12462922272119","imei1":"12462922272119","imei2":"12462922272119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160680,"job_number":"JOB_160680","tr_customer_id":160697,"tr_customer_product_id":160687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:25.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Joan Moen","mobile_number":"848-841-6889","email_id":"Greyson_DuBuque@yahoo.com","dop":"2025-04-06","serial_number":"15756599570244","imei1":"15756599570244","imei2":"15756599570244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160679,"job_number":"JOB_160679","tr_customer_id":160696,"tr_customer_product_id":160686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:02.000Z","name":"Robin Huel","mobile_number":"325-834-9939","email_id":"Louie_Labadie@yahoo.com","dop":"2025-04-06","serial_number":"17089278608571","imei1":"17089278608571","imei2":"17089278608571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160677,"job_number":"JOB_160677","tr_customer_id":160694,"tr_customer_product_id":160684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:24.000Z","modified_at":"2026-01-20T03:56:01.000Z","name":"Tiana Douglas","mobile_number":"371-658-4155","email_id":"Davon38@gmail.com","dop":"2025-04-06","serial_number":"11727227278790","imei1":"11727227278790","imei2":"11727227278790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160672,"job_number":"JOB_160672","tr_customer_id":160689,"tr_customer_product_id":160679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:20.000Z","modified_at":"2026-01-20T03:55:57.000Z","name":"Toy Schmeler","mobile_number":"557-642-1968","email_id":"Allie.Christiansen@gmail.com","dop":"2025-04-06","serial_number":"16477856119953","imei1":"16477856119953","imei2":"16477856119953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160664,"job_number":"JOB_160664","tr_customer_id":160681,"tr_customer_product_id":160671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:19.000Z","modified_at":"2026-01-20T03:55:55.000Z","name":"Deanna Harber","mobile_number":"533-825-6563","email_id":"Boyd_Crist@gmail.com","dop":"2025-04-06","serial_number":"15826894682176","imei1":"15826894682176","imei2":"15826894682176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160659,"job_number":"JOB_160659","tr_customer_id":160676,"tr_customer_product_id":160666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:15.000Z","modified_at":"2026-01-20T03:55:54.000Z","name":"Lydia Champlin","mobile_number":"719-970-4519","email_id":"Jarrell_Skiles55@gmail.com","dop":"2025-04-06","serial_number":"11301150804195","imei1":"11301150804195","imei2":"11301150804195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160651,"job_number":"JOB_160651","tr_customer_id":160668,"tr_customer_product_id":160658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:41.000Z","name":"Rylan Purdy","mobile_number":"539-861-2721","email_id":"Gus87@gmail.com","dop":"2025-04-06","serial_number":"12187800445466","imei1":"12187800445466","imei2":"12187800445466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160648,"job_number":"JOB_160648","tr_customer_id":160665,"tr_customer_product_id":160655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:03.000Z","modified_at":"2026-01-20T03:55:40.000Z","name":"Jayme Sporer","mobile_number":"514-735-2590","email_id":"Jillian_Flatley8@hotmail.com","dop":"2025-04-06","serial_number":"17994891926419","imei1":"17994891926419","imei2":"17994891926419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160644,"job_number":"JOB_160644","tr_customer_id":160661,"tr_customer_product_id":160651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:57.000Z","modified_at":"2026-01-20T03:55:33.000Z","name":"Raymond Feeney","mobile_number":"239-557-5774","email_id":"Elsie_Abernathy27@yahoo.com","dop":"2025-06-18","serial_number":"10669990375106","imei1":"10669990375106","imei2":"10669990375106","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160637,"job_number":"JOB_160637","tr_customer_id":160654,"tr_customer_product_id":160644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:42.000Z","modified_at":"2026-01-20T03:55:21.000Z","name":"Alana Murray","mobile_number":"694-351-5569","email_id":"Prince.Lowe85@gmail.com","dop":"2025-04-06","serial_number":"18768966249943","imei1":"18768966249943","imei2":"18768966249943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160632,"job_number":"JOB_160632","tr_customer_id":160649,"tr_customer_product_id":160639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Josefa Emard","mobile_number":"530-449-5411","email_id":"Moises57@gmail.com","dop":"2025-04-06","serial_number":"18613720555274","imei1":"18613720555274","imei2":"18613720555274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160631,"job_number":"JOB_160631","tr_customer_id":160648,"tr_customer_product_id":160638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:40.000Z","modified_at":"2026-01-20T03:55:16.000Z","name":"Emory Rempel","mobile_number":"655-593-2813","email_id":"Jaden.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"14153855044136","imei1":"14153855044136","imei2":"14153855044136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160628,"job_number":"JOB_160628","tr_customer_id":160645,"tr_customer_product_id":160635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:38.000Z","modified_at":"2026-01-20T03:55:17.000Z","name":"Rogers Jacobs","mobile_number":"433-904-4176","email_id":"Prudence.Goyette25@yahoo.com","dop":"2025-04-06","serial_number":"13039383107544","imei1":"13039383107544","imei2":"13039383107544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160626,"job_number":"JOB_160626","tr_customer_id":160643,"tr_customer_product_id":160633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:37.000Z","modified_at":"2026-01-20T03:55:13.000Z","name":"Matt Bergnaum","mobile_number":"681-210-9492","email_id":"Eleonore.Pacocha44@yahoo.com","dop":"2025-04-06","serial_number":"16671482508600","imei1":"16671482508600","imei2":"16671482508600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160623,"job_number":"JOB_160623","tr_customer_id":160640,"tr_customer_product_id":160630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:32.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Amanda Parker","mobile_number":"220-722-5389","email_id":"Cooper.Breitenberg42@hotmail.com","dop":"2025-04-06","serial_number":"16562201700942","imei1":"16562201700942","imei2":"16562201700942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160620,"job_number":"JOB_160620","tr_customer_id":160637,"tr_customer_product_id":160627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:29.000Z","modified_at":"2026-01-20T03:55:07.000Z","name":"Breanne Zemlak","mobile_number":"756-347-2340","email_id":"Linwood51@yahoo.com","dop":"2025-04-06","serial_number":"10147103235486","imei1":"10147103235486","imei2":"10147103235486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160616,"job_number":"JOB_160616","tr_customer_id":160633,"tr_customer_product_id":160623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:24.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Garnet McGlynn","mobile_number":"238-509-6798","email_id":"Maci_Larson@gmail.com","dop":"2025-04-06","serial_number":"13498008856489","imei1":"13498008856489","imei2":"13498008856489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160612,"job_number":"JOB_160612","tr_customer_id":160629,"tr_customer_product_id":160619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:55:00.000Z","name":"Lee Sanford","mobile_number":"673-681-8256","email_id":"Wilburn34@hotmail.com","dop":"2025-04-06","serial_number":"10654345518426","imei1":"10654345518426","imei2":"10654345518426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160611,"job_number":"JOB_160611","tr_customer_id":160628,"tr_customer_product_id":160618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:22.000Z","modified_at":"2026-01-20T03:54:59.000Z","name":"Tess Abbott","mobile_number":"320-565-4660","email_id":"Johnathon.Casper@gmail.com","dop":"2025-04-06","serial_number":"10949405632691","imei1":"10949405632691","imei2":"10949405632691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160608,"job_number":"JOB_160608","tr_customer_id":160625,"tr_customer_product_id":160615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:14.000Z","modified_at":"2026-01-20T03:54:50.000Z","name":"Marina Bashirian","mobile_number":"623-940-0359","email_id":"Marlen29@gmail.com","dop":"2025-06-18","serial_number":"10579544083450","imei1":"10579544083450","imei2":"10579544083450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160606,"job_number":"JOB_160606","tr_customer_id":160623,"tr_customer_product_id":160613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:03.000Z","modified_at":"2026-01-20T03:54:12.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"68973573980902","imei1":"68973573980902","imei2":"68973573980902","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160604,"job_number":"JOB_160604","tr_customer_id":160621,"tr_customer_product_id":160611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:54.000Z","modified_at":"2026-01-20T03:54:30.000Z","name":"Elmo Will","mobile_number":"758-300-1219","email_id":"Aron_Frami75@gmail.com","dop":"2025-04-06","serial_number":"17795190829458","imei1":"17795190829458","imei2":"17795190829458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160602,"job_number":"JOB_160602","tr_customer_id":160619,"tr_customer_product_id":160609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:51.000Z","modified_at":"2026-01-20T03:54:00.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"51002023073889","imei1":"51002023073889","imei2":"51002023073889","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160600,"job_number":"JOB_160600","tr_customer_id":160617,"tr_customer_product_id":160607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:46.000Z","modified_at":"2026-01-20T03:54:25.000Z","name":"Carson Oberbrunner","mobile_number":"274-543-1779","email_id":"Travis.Hansen18@yahoo.com","dop":"2025-04-06","serial_number":"16526521122489","imei1":"16526521122489","imei2":"16526521122489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160596,"job_number":"JOB_160596","tr_customer_id":160613,"tr_customer_product_id":160603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:49:10.000Z","modified_at":"2026-01-20T03:49:49.000Z","name":"Mckenzie O'Hara","mobile_number":"794-613-0015","email_id":"Narciso94@gmail.com","dop":"2025-04-06","serial_number":"16077967050687","imei1":"16077967050687","imei2":"16077967050687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160593,"job_number":"JOB_160593","tr_customer_id":160610,"tr_customer_product_id":160600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:48:24.000Z","modified_at":"2026-01-20T03:49:02.000Z","name":"Raleigh Becker","mobile_number":"738-496-9000","email_id":"Jarrett_Stamm@yahoo.com","dop":"2025-04-06","serial_number":"17114659222395","imei1":"17114659222395","imei2":"17114659222395","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160590,"job_number":"JOB_160590","tr_customer_id":160607,"tr_customer_product_id":160597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:47:37.000Z","modified_at":"2026-01-20T03:48:16.000Z","name":"Loy Hayes","mobile_number":"842-863-2947","email_id":"Rodrigo.King83@hotmail.com","dop":"2025-04-06","serial_number":"13051514170579","imei1":"13051514170579","imei2":"13051514170579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:48:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160584,"job_number":"JOB_160584","tr_customer_id":160601,"tr_customer_product_id":160591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:00:38.000Z","modified_at":"2026-01-20T03:01:14.000Z","name":"Tierra White","mobile_number":"887-828-1417","email_id":"Reta85@hotmail.com","dop":"2025-04-06","serial_number":"18336253126978","imei1":"18336253126978","imei2":"18336253126978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160581,"job_number":"JOB_160581","tr_customer_id":160598,"tr_customer_product_id":160588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:55.000Z","modified_at":"2026-01-20T03:00:31.000Z","name":"Darron Russel","mobile_number":"822-843-6869","email_id":"Cheyanne.Crooks36@hotmail.com","dop":"2025-04-06","serial_number":"19609425410996","imei1":"19609425410996","imei2":"19609425410996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160578,"job_number":"JOB_160578","tr_customer_id":160595,"tr_customer_product_id":160585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T02:59:12.000Z","modified_at":"2026-01-20T02:59:47.000Z","name":"Bertha Monahan","mobile_number":"547-937-1529","email_id":"Emmalee80@yahoo.com","dop":"2025-04-06","serial_number":"16050093208099","imei1":"16050093208099","imei2":"16050093208099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160571,"job_number":"JOB_160571","tr_customer_id":160588,"tr_customer_product_id":160578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:40:00.000Z","modified_at":"2026-01-20T02:06:17.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678822344","imei1":"23145678822344","imei2":"23145678822344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T02:06:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161026,"job_number":"JOB_161026","tr_customer_id":161043,"tr_customer_product_id":161033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:38:42.000Z","modified_at":"2026-01-20T06:39:22.000Z","name":"Myrtie Beer","mobile_number":"842-817-4574","email_id":"Sydni_Klein@hotmail.com","dop":"2000-01-31","serial_number":"10578572525089","imei1":"10578572525089","imei2":"10578572525089","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161017,"job_number":"JOB_161017","tr_customer_id":161034,"tr_customer_product_id":161024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:55.000Z","modified_at":"2026-01-20T06:38:35.000Z","name":"Gilbert Greenfelder","mobile_number":"830-738-7574","email_id":"Bridget_Kuhic77@gmail.com","dop":"2000-01-31","serial_number":"10958380351250","imei1":"10958380351250","imei2":"10958380351250","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161012,"job_number":"JOB_161012","tr_customer_id":161029,"tr_customer_product_id":161019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:38.000Z","modified_at":"2026-01-20T06:38:18.000Z","name":"Felix Lubowitz","mobile_number":"806-839-4502","email_id":"Lacey_Ortiz71@hotmail.com","dop":"2025-10-21","serial_number":"19922725712491","imei1":"19922725712491","imei2":"19922725712491","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:38:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161006,"job_number":"JOB_161006","tr_customer_id":161023,"tr_customer_product_id":161013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:37:07.000Z","modified_at":"2026-01-20T06:37:47.000Z","name":"Abdul Considine","mobile_number":"532-650-1115","email_id":"Darron_Fadel@gmail.com","dop":"2000-01-31","serial_number":"10825673006725","imei1":"10825673006725","imei2":"10825673006725","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161004,"job_number":"JOB_161004","tr_customer_id":161021,"tr_customer_product_id":161011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:51.000Z","modified_at":"2026-01-20T06:37:30.000Z","name":"Elizabeth Blick","mobile_number":"374-448-0659","email_id":"Gayle35@hotmail.com","dop":"2025-10-21","serial_number":"11718303970676","imei1":"11718303970676","imei2":"11718303970676","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161001,"job_number":"JOB_161001","tr_customer_id":161018,"tr_customer_product_id":161008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:20.000Z","modified_at":"2026-01-20T06:37:00.000Z","name":"Abdullah Nolan","mobile_number":"914-928-0826","email_id":"Lea.Lemke63@hotmail.com","dop":"2000-01-31","serial_number":"10241551222221","imei1":"10241551222221","imei2":"10241551222221","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160996,"job_number":"JOB_160996","tr_customer_id":161013,"tr_customer_product_id":161003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:36:03.000Z","modified_at":"2026-01-20T06:36:43.000Z","name":"Uriah Auer","mobile_number":"279-967-7057","email_id":"Devonte73@gmail.com","dop":"2025-10-21","serial_number":"10562899895829","imei1":"10562899895829","imei2":"10562899895829","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160806,"job_number":"JOB_160806","tr_customer_id":160823,"tr_customer_product_id":160813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:04:22.000Z","modified_at":"2026-01-20T04:04:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40482515834135","imei1":"40482515834135","imei2":"40482515834135","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160799,"job_number":"JOB_160799","tr_customer_id":160816,"tr_customer_product_id":160806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:50.000Z","modified_at":"2026-01-20T04:04:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40479974931377","imei1":"40479974931377","imei2":"40479974931377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160792,"job_number":"JOB_160792","tr_customer_id":160809,"tr_customer_product_id":160799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:03:18.000Z","modified_at":"2026-01-20T04:03:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36739114669443","imei1":"36739114669443","imei2":"36739114669443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160778,"job_number":"JOB_160778","tr_customer_id":160795,"tr_customer_product_id":160785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:57:21.000Z","modified_at":"2026-01-20T03:57:58.000Z","name":"Kenyatta Abbott","mobile_number":"522-436-5786","email_id":"Iva.Bauch10@hotmail.com","dop":"2000-01-31","serial_number":"10864211913392","imei1":"10864211913392","imei2":"10864211913392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160751,"job_number":"JOB_160751","tr_customer_id":160768,"tr_customer_product_id":160758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:36.000Z","modified_at":"2026-01-20T03:57:13.000Z","name":"Jerrell Casper","mobile_number":"870-283-5382","email_id":"Isom_Langosh47@hotmail.com","dop":"2000-01-31","serial_number":"10472425968875","imei1":"10472425968875","imei2":"10472425968875","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160709,"job_number":"JOB_160709","tr_customer_id":160726,"tr_customer_product_id":160716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:51.000Z","modified_at":"2026-01-20T03:56:28.000Z","name":"Albin Beahan","mobile_number":"706-871-1409","email_id":"Aileen_Langosh@hotmail.com","dop":"2000-01-31","serial_number":"10763766475990","imei1":"10763766475990","imei2":"10763766475990","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160662,"job_number":"JOB_160662","tr_customer_id":160679,"tr_customer_product_id":160669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:18.000Z","modified_at":"2026-01-20T03:55:34.000Z","name":"Korey Bayer","mobile_number":"413-578-4961","email_id":"Alda_Abernathy22@gmail.com","dop":"2025-05-30","serial_number":"15525861688899","imei1":"15525861688899","imei2":"15525861688899","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160655,"job_number":"JOB_160655","tr_customer_id":160672,"tr_customer_product_id":160662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:06.000Z","modified_at":"2026-01-20T03:55:43.000Z","name":"Kaia Runolfsson","mobile_number":"270-523-0632","email_id":"Marguerite2@yahoo.com","dop":"2000-01-31","serial_number":"10458444826611","imei1":"10458444826611","imei2":"10458444826611","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161102,"job_number":"JOB_161102","tr_customer_id":161119,"tr_customer_product_id":161109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:14.000Z","modified_at":"2026-01-20T07:47:26.000Z","name":"Armani Schmidt","mobile_number":"737-957-2882","email_id":"German.Ondricka@hotmail.com","dop":"2025-11-04","serial_number":"14447562127947","imei1":"14447562127947","imei2":"14447562127947","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161101,"job_number":"JOB_161101","tr_customer_id":161118,"tr_customer_product_id":161108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:46:58.000Z","modified_at":"2026-01-20T07:47:10.000Z","name":"Maximo Hane","mobile_number":"635-681-6413","email_id":"Yvette35@hotmail.com","dop":"2025-11-04","serial_number":"24493286846792","imei1":"24493286846792","imei2":"24493286846792","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161095,"job_number":"JOB_161095","tr_customer_id":161112,"tr_customer_product_id":161102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:28:06.000Z","modified_at":"2026-01-20T07:28:17.000Z","name":"Dorris White","mobile_number":"373-451-3693","email_id":"Jonas_Ziemann91@yahoo.com","dop":"2025-11-04","serial_number":"84948656983036","imei1":"84948656983036","imei2":"84948656983036","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161094,"job_number":"JOB_161094","tr_customer_id":161111,"tr_customer_product_id":161101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:51.000Z","modified_at":"2026-01-20T07:28:02.000Z","name":"Vaughn Bartell","mobile_number":"859-321-4428","email_id":"Keeley.Pouros@hotmail.com","dop":"2025-11-04","serial_number":"73693695310275","imei1":"73693695310275","imei2":"73693695310275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:28:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":161093,"job_number":"JOB_161093","tr_customer_id":161110,"tr_customer_product_id":161100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:27:35.000Z","modified_at":"2026-01-20T07:27:47.000Z","name":"Tobin Sporer","mobile_number":"937-302-2255","email_id":"Wava14@yahoo.com","dop":"2025-11-04","serial_number":"32962688649003","imei1":"32962688649003","imei2":"32962688649003","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T07:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160986,"job_number":"JOB_160986","tr_customer_id":161003,"tr_customer_product_id":160993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:21.000Z","modified_at":"2026-01-20T06:31:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"93953017171655","imei1":"93953017171655","imei2":"93953017171655","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160985,"job_number":"JOB_160985","tr_customer_id":161002,"tr_customer_product_id":160992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:31:03.000Z","modified_at":"2026-01-20T06:31:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"57683807460739","imei1":"57683807460739","imei2":"57683807460739","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160981,"job_number":"JOB_160981","tr_customer_id":160998,"tr_customer_product_id":160988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:30:45.000Z","modified_at":"2026-01-20T06:30:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"32631170477474","imei1":"32631170477474","imei2":"32631170477474","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:30:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160953,"job_number":"JOB_160953","tr_customer_id":160970,"tr_customer_product_id":160960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:23:08.000Z","modified_at":"2026-01-20T06:23:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"45092320854413","imei1":"45092320854413","imei2":"45092320854413","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160952,"job_number":"JOB_160952","tr_customer_id":160969,"tr_customer_product_id":160959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:22:48.000Z","modified_at":"2026-01-20T06:23:02.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18199924839846","imei1":"18199924839846","imei2":"18199924839846","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160947,"job_number":"JOB_160947","tr_customer_id":160964,"tr_customer_product_id":160954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:33.000Z","modified_at":"2026-01-20T06:21:47.000Z","name":"Amely Haag","mobile_number":"471-985-5259","email_id":"Beaulah_Murray@gmail.com","dop":"2025-06-09","serial_number":"104074861582239","imei1":"104074861582239","imei2":"104074861582239","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160944,"job_number":"JOB_160944","tr_customer_id":160961,"tr_customer_product_id":160951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:21:13.000Z","modified_at":"2026-01-20T06:21:27.000Z","name":"Laila Satterfield","mobile_number":"704-598-7161","email_id":"Jacques.Ondricka43@gmail.com","dop":"2025-06-09","serial_number":"106035842317263","imei1":"106035842317263","imei2":"106035842317263","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160939,"job_number":"JOB_160939","tr_customer_id":160956,"tr_customer_product_id":160946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:20:52.000Z","modified_at":"2026-01-20T06:21:07.000Z","name":"Leonor Williamson","mobile_number":"259-656-4318","email_id":"America_Morar@yahoo.com","dop":"2025-06-09","serial_number":"104307791422923","imei1":"104307791422923","imei2":"104307791422923","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160932,"job_number":"JOB_160932","tr_customer_id":160949,"tr_customer_product_id":160939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:40.000Z","modified_at":"2026-01-20T06:19:05.000Z","name":"Lila DuBuque","mobile_number":"355-207-8171","email_id":"Tommie_Hartmann@yahoo.com","dop":"2025-10-01","serial_number":"10065103289301","imei1":"10065103289301","imei2":"10065103289301","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160931,"job_number":"JOB_160931","tr_customer_id":160948,"tr_customer_product_id":160938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:34.000Z","modified_at":"2026-01-20T06:18:48.000Z","name":"Christ Pouros","mobile_number":"285-211-7053","email_id":"Mike.Gottlieb@hotmail.com","dop":"2025-11-04","serial_number":"62753276757184","imei1":"62753276757184","imei2":"62753276757184","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160930,"job_number":"JOB_160930","tr_customer_id":160947,"tr_customer_product_id":160937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:18:16.000Z","modified_at":"2026-01-20T06:18:29.000Z","name":"Reinhold Luettgen","mobile_number":"246-821-4632","email_id":"Aniya.Mann0@yahoo.com","dop":"2025-11-04","serial_number":"87715093186283","imei1":"87715093186283","imei2":"87715093186283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160927,"job_number":"JOB_160927","tr_customer_id":160944,"tr_customer_product_id":160934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T06:17:57.000Z","modified_at":"2026-01-20T06:18:11.000Z","name":"Elisha Collins","mobile_number":"573-592-0358","email_id":"Archibald.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"99264448493768","imei1":"99264448493768","imei2":"99264448493768","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T06:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160886,"job_number":"JOB_160886","tr_customer_id":160903,"tr_customer_product_id":160893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:14:14.000Z","modified_at":"2026-01-20T05:14:26.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11136499852741","imei1":"11136499852741","imei2":"11136499852741","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160884,"job_number":"JOB_160884","tr_customer_id":160901,"tr_customer_product_id":160891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:53.000Z","modified_at":"2026-01-20T05:14:04.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13245457748110","imei1":"13245457748110","imei2":"13245457748110","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160882,"job_number":"JOB_160882","tr_customer_id":160899,"tr_customer_product_id":160889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:35.000Z","modified_at":"2026-01-20T05:13:46.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11146249473334","imei1":"11146249473334","imei2":"11146249473334","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160880,"job_number":"JOB_160880","tr_customer_id":160897,"tr_customer_product_id":160887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:13:16.000Z","modified_at":"2026-01-20T05:13:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19728909788970","imei1":"19728909788970","imei2":"19728909788970","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160872,"job_number":"JOB_160872","tr_customer_id":160889,"tr_customer_product_id":160879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T05:00:05.000Z","modified_at":"2026-01-20T05:00:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10409593579836","imei1":"10409593579836","imei2":"10409593579836","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T05:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160870,"job_number":"JOB_160870","tr_customer_id":160887,"tr_customer_product_id":160877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:43.000Z","modified_at":"2026-01-20T04:59:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16796171909647","imei1":"16796171909647","imei2":"16796171909647","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160868,"job_number":"JOB_160868","tr_customer_id":160885,"tr_customer_product_id":160875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:23.000Z","modified_at":"2026-01-20T04:59:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17207023980733","imei1":"17207023980733","imei2":"17207023980733","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160866,"job_number":"JOB_160866","tr_customer_id":160883,"tr_customer_product_id":160873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:59:03.000Z","modified_at":"2026-01-20T04:59:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"16222334712205","imei1":"16222334712205","imei2":"16222334712205","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160862,"job_number":"JOB_160862","tr_customer_id":160879,"tr_customer_product_id":160869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:44.000Z","modified_at":"2026-01-20T04:58:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18020149022183","imei1":"18020149022183","imei2":"18020149022183","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160860,"job_number":"JOB_160860","tr_customer_id":160877,"tr_customer_product_id":160867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:58:22.000Z","modified_at":"2026-01-20T04:58:34.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10427234623079","imei1":"10427234623079","imei2":"10427234623079","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160854,"job_number":"JOB_160854","tr_customer_id":160871,"tr_customer_product_id":160861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:52.000Z","modified_at":"2026-01-20T04:57:03.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"17346727907860","imei1":"17346727907860","imei2":"17346727907860","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160852,"job_number":"JOB_160852","tr_customer_id":160869,"tr_customer_product_id":160859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:56:28.000Z","modified_at":"2026-01-20T04:56:40.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"12573034824456","imei1":"12573034824456","imei2":"12573034824456","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160848,"job_number":"JOB_160848","tr_customer_id":160865,"tr_customer_product_id":160855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:54:42.000Z","modified_at":"2026-01-20T04:54:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"10205200980727","imei1":"10205200980727","imei2":"10205200980727","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160842,"job_number":"JOB_160842","tr_customer_id":160859,"tr_customer_product_id":160849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:32.000Z","modified_at":"2026-01-20T04:51:45.000Z","name":"jatin patil","mobile_number":"2345678901","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"11677544424941","imei1":"11677544424941","imei2":"11677544424941","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160840,"job_number":"JOB_160840","tr_customer_id":160857,"tr_customer_product_id":160847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:51:15.000Z","modified_at":"2026-01-20T04:51:28.000Z","name":"om sonawane","mobile_number":"1234567890","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"18048668459068","imei1":"18048668459068","imei2":"18048668459068","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160838,"job_number":"JOB_160838","tr_customer_id":160855,"tr_customer_product_id":160845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:48:00.000Z","modified_at":"2026-01-20T04:48:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"14994443963801","imei1":"14994443963801","imei2":"14994443963801","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160836,"job_number":"JOB_160836","tr_customer_id":160853,"tr_customer_product_id":160843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:47:43.000Z","modified_at":"2026-01-20T04:47:56.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"13207774826203","imei1":"13207774826203","imei2":"13207774826203","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160834,"job_number":"JOB_160834","tr_customer_id":160851,"tr_customer_product_id":160841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:46:39.000Z","modified_at":"2026-01-20T04:46:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"sonawaneom617@gmail.com","dop":"2025-09-23","serial_number":"19541497488305","imei1":"19541497488305","imei2":"19541497488305","popurl":"2025-09-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160820,"job_number":"JOB_160820","tr_customer_id":160837,"tr_customer_product_id":160827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:10:29.000Z","modified_at":"2026-01-20T04:10:36.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15335617777013","imei1":"15335617777013","imei2":"15335617777013","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160812,"job_number":"JOB_160812","tr_customer_id":160829,"tr_customer_product_id":160819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:08:07.000Z","modified_at":"2026-01-20T04:08:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16763457865736","imei1":"16763457865736","imei2":"16763457865736","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160807,"job_number":"JOB_160807","tr_customer_id":160824,"tr_customer_product_id":160814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T04:06:38.000Z","modified_at":"2026-01-20T04:06:45.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14872978628959","imei1":"14872978628959","imei2":"14872978628959","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160771,"job_number":"JOB_160771","tr_customer_id":160788,"tr_customer_product_id":160778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:57.000Z","modified_at":"2026-01-20T03:57:09.000Z","name":"Ubaldo Spinka","mobile_number":"984-228-1699","email_id":"Orval_Dibbert65@hotmail.com","dop":"2025-06-09","serial_number":"106811387359766","imei1":"106811387359766","imei2":"106811387359766","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160754,"job_number":"JOB_160754","tr_customer_id":160771,"tr_customer_product_id":160761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:40.000Z","modified_at":"2026-01-20T03:56:52.000Z","name":"Izaiah Green","mobile_number":"947-343-0332","email_id":"Lavina55@yahoo.com","dop":"2025-06-09","serial_number":"103815193047623","imei1":"103815193047623","imei2":"103815193047623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160742,"job_number":"JOB_160742","tr_customer_id":160759,"tr_customer_product_id":160749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:56:23.000Z","modified_at":"2026-01-20T03:56:35.000Z","name":"Reyes Orn","mobile_number":"642-758-2157","email_id":"Oceane.Herman90@yahoo.com","dop":"2025-06-09","serial_number":"109027834954066","imei1":"109027834954066","imei2":"109027834954066","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160660,"job_number":"JOB_160660","tr_customer_id":160677,"tr_customer_product_id":160667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:55:16.000Z","modified_at":"2026-01-20T03:55:39.000Z","name":"Reymundo Collier","mobile_number":"430-936-9275","email_id":"Fritz39@yahoo.com","dop":"2025-10-01","serial_number":"13092724198969","imei1":"13092724198969","imei2":"13092724198969","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160639,"job_number":"JOB_160639","tr_customer_id":160656,"tr_customer_product_id":160646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:43.000Z","modified_at":"2026-01-20T03:54:52.000Z","name":"giyu tomiaka","mobile_number":"661-306-1487","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"810129453968525","imei1":"810129453968525","imei2":"810129453968525","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160622,"job_number":"JOB_160622","tr_customer_id":160639,"tr_customer_product_id":160629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:31.000Z","modified_at":"2026-01-20T03:54:41.000Z","name":"tanjiro kamado","mobile_number":"653-494-2222","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"600147797412783","imei1":"600147797412783","imei2":"600147797412783","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160610,"job_number":"JOB_160610","tr_customer_id":160627,"tr_customer_product_id":160617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:54:20.000Z","modified_at":"2026-01-20T03:54:29.000Z","name":"saitama sensei","mobile_number":"429-955-6204","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"827661603137662","imei1":"827661603137662","imei2":"827661603137662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:54:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160598,"job_number":"JOB_160598","tr_customer_id":160615,"tr_customer_product_id":160605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T03:53:02.000Z","modified_at":"2026-01-20T03:53:08.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17112240240304","imei1":"17112240240304","imei2":"17112240240304","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T03:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":160574,"job_number":"JOB_160574","tr_customer_id":160591,"tr_customer_product_id":160581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:50:39.000Z","modified_at":"2026-01-20T01:50:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10923379255846","imei1":"10923379255846","imei2":"10923379255846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-20T01:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 657ms
Mean size per request: 1.98KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI1OH0.LuBwJLz3sjGrIblVYNAoWP-kmZ5wcdo6M0tsafLLf44
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bdde49ce-6627-4f12-a28f-f9dd22a761ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e7-rGElaTa4Oav1P9c9OJKb6vcI1i8"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 20 Jan 2026 07:47:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":161103,"job_number":"JOB_161103","tr_customer_id":161120,"tr_customer_product_id":161110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:31.000Z","modified_at":"2026-01-20T07:47:38.000Z","name":"Charlotte Gutmann","mobile_number":"586-935-3353","email_id":"Alessandra.Schmeler@yahoo.com","dop":"2025-11-04","serial_number":"16436722384429","imei1":"16436722384429","imei2":"16436722384429","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T07:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI1OH0.LuBwJLz3sjGrIblVYNAoWP-kmZ5wcdo6M0tsafLLf44
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8a2c0422-f030-4a23-b18c-6f9bb34033ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 161103
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 633ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODg5NTI1OH0.LuBwJLz3sjGrIblVYNAoWP-kmZ5wcdo6M0tsafLLf44
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 77a7e01a-221b-496c-b968-1748801881b4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-TQox5+uryDu+0ibtN5cvc2WsYLs"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":160570,"job_number":"JOB_160570","tr_customer_id":160587,"tr_customer_product_id":160577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T01:14:25.000Z","modified_at":"2026-01-20T01:32:49.000Z","name":"Navin Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"23145678922344","imei1":"23145678922344","imei2":"23145678922344","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T01:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d5aedcbd-1fb0-4869-b919-e1aec7e190c1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-mgBEdTZXqtn0cXbGyAVByHw2nx8"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNjF9.vLFNK5e1PgBKXa7xHGVVr71451kcAbdIr62Yqb-hAcQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 88860655-4d61-4df0-8cbe-325cb468a945
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2e77b2a7-85a7-4194-b792-3859e483fd52
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-umiQijPZmrRyFi1tSM77PMF6Kkc"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":534},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 1023B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 77d97cc7-93ab-4668-8394-dc28d4b0dc1b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1023
ETag W/"3ff-D+D0/YtTTsSGSHkEqkDGnx/HrOU"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":161103,"job_number":"JOB_161103","tr_customer_id":161120,"tr_customer_product_id":161110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:31.000Z","modified_at":"2026-01-20T07:47:40.000Z","name":"Charlotte Gutmann","mobile_number":"586-935-3353","email_id":"Alessandra.Schmeler@yahoo.com","dop":"2025-11-04","serial_number":"16436722384429","imei1":"16436722384429","imei2":"16436722384429","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-20T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 1023B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2fe64448-dd97-45ed-9359-7e26f4980aea
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1023
ETag W/"3ff-D+D0/YtTTsSGSHkEqkDGnx/HrOU"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":161103,"job_number":"JOB_161103","tr_customer_id":161120,"tr_customer_product_id":161110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T07:47:31.000Z","modified_at":"2026-01-20T07:47:40.000Z","name":"Charlotte Gutmann","mobile_number":"586-935-3353","email_id":"Alessandra.Schmeler@yahoo.com","dop":"2025-11-04","serial_number":"16436722384429","imei1":"16436722384429","imei2":"16436722384429","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-20T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 151e05c1-8400-4f38-9dd0-e964ad9b386c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 161103
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e64e6a8b-720c-472a-a87e-c30d38375895
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/161103
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg4OTUyNDd9.ZlIkeyqHSalpKVl2-k2J38A7YMzy9xyR4_bpMmO7Kus
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 086442fc-411b-4c10-a0f7-91de46ec6025
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 20 Jan 2026 07:47:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request